On Wed, Apr 23, 2008 at 07:37:32PM -0400, Nick Mathewson wrote:
> On Wed, Apr 23, 2008 at 05:34:04PM +0400, Eugene 'HMage' Bujak wrote:
 [...]
> > * Winsock library needs to be initialized and freed explicitly on win32.
> 
> This is true, but it's not libevent's job to do it.

Actually, I think I was wrong here.  As James Mansion pointed out,
it's okay to call WSAStartup more than once.  And given that I just
spent 30 minutes trying to track down a bug that was really just
forgetting to call WSAStartup() from inside a test in a configure
script, I've become pretty sure that it is a useful thing to do.

yrs,
-- 
Nick
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to