class

FDPass

Inherits Reference / Object

Class methods

recv_fd(unix_fd : Int32) : Int32
Source
recv_fd(socket : Socket) : Int32
Source
recv_fds(unix_fd : Int32, max_fds = 1024) : Array(Int32)
Source
recv_fds(socket : Socket, max_fds = 1024) : Array(Int32)
Source
send_fd(unix_fd : Int32, fd : Int32)
Source
send_fd(socket : Socket, fd : Int32)
Source
send_fds(unix_fd : Int32, fds : Array(Int32), message = " ")
Source
send_fds(socket : Socket, fds : Array(Int32), message = " ")
Source