summaryrefslogtreecommitdiff
path: root/pflocal/socket.c
AgeCommit message (Collapse)Author
1995-07-30(S_socket_connect): Actually use the connq operations to connect, like theMiles Bader
listening socket is expecting, instead of connecting directly to it. (S_socket_connect): Use the CONNECT_QUEUE field to allow only a single connection attempt at once. (S_socket_connect): Check for already-connected sockets here instead of waiting for the final rendezvous. (S_socket_connect): Return ECONNREFUSED when trying to connect to a non-existant address, instead of EADDRNOTAVAIL. Rename all uses of the CONNQ field in struct sock to LISTEN_QUEUE.
1995-07-26entered into RCSMiles Bader
1995-07-22Formerly socket.c.~14~Miles Bader
1995-07-22Formerly socket.c.~13~Miles Bader
1995-07-19Formerly socket.c.~12~Miles Bader
1995-07-17Formerly socket.c.~11~Miles Bader
1995-07-16Formerly socket.c.~10~Miles Bader
1995-07-15Formerly socket.c.~9~Miles Bader
1995-07-14Formerly socket.c.~8~Miles Bader
1995-07-08Formerly socket.c.~7~Miles Bader
1995-07-05Formerly socket.c.~6~Miles Bader
1995-07-04Formerly socket.c.~5~Miles Bader
1995-07-03Formerly socket.c.~4~Miles Bader
1995-07-02Formerly socket.c.~3~Miles Bader
1995-07-02Formerly socket.c.~2~Miles Bader
1995-07-01Initial revisionMiles Bader