Online Computer Dictionary

Browse words  |  Based on FOLDOC

Queried for: accept  About accept

Definition:

Berkeley Unix networking socket library routine 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.

Unix manual pages: accept(2), connect(2).