FDPass
Inherits Reference / Object
Class methods
recv_fd(unix_fd : Int32) : Int32
Sourcerecv_fd(socket : Socket) : Int32
Sourcerecv_fds(unix_fd : Int32, max_fds = 1024) : Array(Int32)
Sourcerecv_fds(socket : Socket, max_fds = 1024) : Array(Int32)
Sourcesend_fd(unix_fd : Int32, fd : Int32)
Sourcesend_fd(socket : Socket, fd : Int32)
Sourcesend_fds(unix_fd : Int32, fds : Array(Int32), message = " ")
Sourcesend_fds(socket : Socket, fds : Array(Int32), message = " ")
Source