io.sockets.unix vocabulary - Factor Documentation (original) (raw)
io.sockets.unix vocabulary
Factor handbook » Vocabulary index
Summary
Implementation of TCP/IP and UDP/IP sockets on Unix-like systems
Metadata
Parents: | io.sockets |
---|---|
Authors: | Slava Pestov |
Platforms: | unix |
Words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( n buf datagram -- count sockaddr ) |
![]() |
( socket -- ) |
![]() |
( server addrspec -- fd sockaddr ) |
![]() |
( n buf port -- count sockaddr ) |
![]() |
( packet sockaddr len socket datagram -- ) |
![]() |
( fd level opt -- val ) |
![]() |
( fd -- ) |
![]() |
( fd -- ) |
![]() |
( addrspec type -- fd ) |
![]() |
( fd level opt -- ) |
![]() |
( domain type protocol -- fd ) |
![]() |
( port -- ) |
Files
resource:basis/io/sockets/unix/unix.factor
resource:basis/io/sockets/unix/unix-tests.factor
Metadata files
resource:basis/io/sockets/unix/authors.txt
resource:basis/io/sockets/unix/platforms.txt
resource:basis/io/sockets/unix/summary.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |