accept
Also found in: Dictionary, Thesaurus, Medical, Legal, Financial, Acronyms, Idioms, Wikipedia.
accept
[ak′sept] (computer science)
A data transmission statement which is used in FORTRAN when the computer is in conversational mode, and which enables the programmer to input, through the teletypewriter, data the programmer wishes stored in memory.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
accept
(library, networking)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).
Unix manual pages: accept(2), connect(2).
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)