io.sockets.unix vocabulary
Factor handbook ยป Vocabulary index


Summary
Implementation of TCP/IP and UDP/IP sockets on Unix-like systems

Metadata
Authors:Slava Pestov
Platforms:unix


Words

Ordinary words
WordStack effect
(receive-loop)( n buf datagram -- count sockaddr )
?bind-client( socket -- )
do-accept( server addrspec -- fd sockaddr )
do-receive( n buf port -- count sockaddr )
do-send( packet sockaddr len socket datagram -- )
get-socket-option( fd level opt -- val )
init-client-socket( fd -- )
init-server-socket( fd -- )
server-socket-fd( addrspec type -- fd )
set-socket-option( fd level opt -- )
socket-fd( domain type protocol -- fd )
wait-to-connect( port -- )


Files


Metadata files


Children from resource:basis
VocabularySummary
io.sockets.unix.linux