]> gitweb.factorcode.org Git - factor.git/commit
Fix io.servers -- if it doesn't start up, don't throw an error when it's stopped...
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Sep 2010 02:35:52 +0000 (21:35 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Sep 2010 02:35:52 +0000 (21:35 -0500)
commit8aa22487da685bb75b595f753e6e0b7f4dfcbf96
treea844b8e993766d30c4f451eafb5e75293c115c2b
parentfd502e2c85c43b3ff530352098f2e4087ae7110f
Fix io.servers -- if it doesn't start up, don't throw an error when it's stopped.  IPV6 must be enabled on windows with the command: ipv6 install (the build machines need this before we get clean windows builds).  Fix up winsock error handling.
basis/io/servers/connection/connection.factor
basis/io/sockets/windows/windows.factor
basis/windows/winsock/winsock.factor