Willy Tarreau bbebbbff83 REORG/MEDIUM: move the default accept function from sockstream to protocols.c
The previous sockstream_accept() function uses nothing from sockstream, and
is totally irrelevant to stream interfaces. Move this to the protocols.c
file which handles listeners and protocols, and call it listener_accept().

It now makes much more sense that the code dealing with listen() also handles
accept() and passes it to upper layers.
2012-05-08 21:28:15 +02:00
..
2012-05-08 20:57:21 +02:00
2008-05-30 07:07:19 +02:00
2012-04-07 16:25:26 +02:00
2011-06-18 20:27:19 +02:00
2009-01-25 13:49:53 +01:00
2012-05-08 20:57:21 +02:00