First page Back Continue Last page Summary Graphic
Socket Functions (Contd)
close: terminate communication and deallocate a descriptor.
bind: bind a local IP address and protocol number to a socket.
listen: place the socket in passive mode and set the number of incoming TCP connections the system will enqueue.
accept: accept the next incoming connection (by server).