package krb
A library for using Kerberos for both Rpc and Tcp communication
Install
Dune Dependency
Authors
Maintainers
Sources
krb-v0.15.0.tar.gz
sha256=d0b4b946f4e53dff9091d2d02a235e861ab5ad9d64638b17ba1834dedfb4f53d
doc/src/krb.internal/inet_of_fd.ml.html
Source file inet_of_fd.ml
1 2 3 4 5 6 7 8 9 10 11 12
open Core open Async let inet_of_fd ~f:sockaddr_of_fd fd = let fd = Fd.file_descr_exn fd in match (sockaddr_of_fd fd : Core_unix.sockaddr) with | ADDR_UNIX _ -> failwith "Not an inet socket" | ADDR_INET (inet, port) -> `Inet (inet, port) ;; let local_exn = inet_of_fd ~f:Core_unix.getsockname let remote_exn = inet_of_fd ~f:Core_unix.getpeername
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>