Commit Graph

7 Commits (master)

Author SHA1 Message Date
Diego Nehab 288219fd6b Update to Visual Studio 2017. 2018-08-22 17:37:32 -03:00
unknown 26704061a4 Fix Visual Studio 2012 projects 2013-05-27 20:30:06 +08:00
Diego Nehab 5d3a78b4a6 Added my test command lines. 2013-05-25 18:10:46 +08:00
Diego Nehab d548a78e55 Cookie modifications. 2013-01-10 01:10:34 -02:00
Diego Nehab 72a5347f97 Remove warnings and fix makefile for Win32. 2012-12-11 17:43:49 -02:00
Diego Nehab 6368caeb5a Fix udp:setpeername("*")
There seems to be a curious difference between MacOS and
Linux and I am not sure if this is documented. When you
break a "connection" on Mac OS, you only eliminate the peer
association, but the local address remains bound. On Linux,
breaking a "connection" eliminates the binding to the local
address. Have you guys ever come accross this?

Another irritating difference is that connect() returns the
error EAFNOSUPPORT on Mac OS. I am going to ignore all
errors when the reason for calling connect() is simply to
break the "connection".
2012-08-23 19:31:15 -03:00
Sam Roberts e3e0dee639 ignore build output 2012-04-11 13:45:58 -07:00