socket: General socket manipulations
- Calling Convention
When calling a socket function, the socket file descriptor (where required) will always be the first parameter. Functions that return a file descriptor (either creating a new socket or accepting a connection on a socket return that file descriptor on success or -1
on error. All other functions return non-zero (true) on success or 0
(false) on error. All functions set errno on error.
Generated on Fri Dec 2 00:10:24 2005 for bglibs by
1.4.4