<<Up     Contents

Berkeley sockets

The Berkeley sockets application programming interface is a library[?] for developing applications in the C programming language that access a computer network.

Table of contents

The client side

socket()

gethostbyname() and gethostbyaddr()

connect()

The server side

socket()

bind()

listen()

accept()

accept() is used to to satisfy a connection request from a remote host. A specified socket on the local host (which must be capable of accepting the connection) is connected to the requesting socket on the remote host. The remote socket's socket address is returned.

See also:

This article was originally based on material from FOLDOC, used with permission. Update as needed.

wikipedia.org dumped 2003-03-17 with terodump