Low-level socket functions in perl

by kalai 2008-11-22 20:40:47


* accept - accept an incoming socket connect
* bind - binds an address to a socket
* connect - connect to a remote socket
* getpeername - find the other end of a socket connection
* getsockname - retrieve the sockaddr for a given socket
* getsockopt - get socket options on a given socket
* listen - register your socket as a server
* recv - receive a message over a Socket
* send - send a message over a socket
* setsockopt - set some socket options
* shutdown - close down just half of a socket connection
* socket - create a socket
* socketpair - create a pair of sockets

Tagged in:

1117
like
0
dislike
0
mail
flag

You must LOGIN to add comments