On 4/2/09, Rapsey <rapsey@REDACTED> wrote:
> Is it possible to get the file descriptor from a socket? The point is to use
> it in a linked in driver.
prim_inet:getfd/1, assuming it succeeds it returns {ok, Fd}
Undocumented, so use it at your own risk.
--steve