David Greenman be24e9e8fa Changed socket code to use 4.4BSD queue macros. This includes removing
the obsolete soqinsque and soqremque functions as well as collapsing
so_q0len and so_qlen into a single queue length of unaccepted connections.
Now the queue of unaccepted & complete connections is checked directly
for queued sockets. The new code should be functionally equivilent to
the old while being substantially faster - especially in cases where
large numbers of connections are often queued for accept (e.g. http).
1996-03-11 15:37:44 +00:00
..
1996-03-11 05:55:56 +00:00
1996-03-11 05:52:50 +00:00
1996-03-11 05:55:56 +00:00
1996-03-10 07:04:27 +00:00
1996-03-11 06:13:09 +00:00
1995-12-03 17:14:38 +00:00
1996-01-24 20:51:26 +00:00
1996-03-11 06:13:09 +00:00
1996-02-13 18:16:31 +00:00
1996-02-13 18:16:31 +00:00
1996-02-13 18:16:31 +00:00
1996-02-21 23:31:03 +00:00
1996-03-10 18:17:54 +00:00
1996-03-11 06:11:43 +00:00