Commit graph

4 commits

Author SHA1 Message Date
mark
98e26b7208 The overload of Socket.BeginAccept that we use does not work correctly with MONO.
Their implementation ignores the socket we give it and creates its own internally. This creates a leak.

We don't really need to use that overload, regardless of the platform.

Socket pooling was completely removed as well.
2009-10-17 07:27:30 +00:00
mark
a4c562c06d support for listening on specific ip addresses and additional ports 2007-11-17 07:10:29 +00:00
mark
536e73b8df socket pooling, asyncstate cleanups 2007-04-25 01:35:38 +00:00
mark
47711d616e 2006-06-15 04:14:30 +00:00