idkwim / ouspg

Automatically exported from code.google.com/p/ouspg
3 stars 0 forks source link

radamsa tcp server and client mode don't work in win32 #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Didn't seem to work in a quick test.

Original issue reported on code.google.com by aohelin on 16 May 2011 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by aohelin on 14 Sep 2011 at 7:11

GoogleCodeExporter commented 9 years ago
the problem is that radamsa tries to write() to sockets, but on windows with 
mingw you need to send() instead.

Original comment by aohelin on 14 Sep 2011 at 9:21

GoogleCodeExporter commented 9 years ago
Which was fixed easily, but only one incoming/outgoing connection can be 
handled now for some reason (in windows). Needs more attention later.

Original comment by aohelin on 17 Sep 2011 at 1:22

GoogleCodeExporter commented 9 years ago
Closing bugs affecting v<0.3 before rewrite.

Original comment by aohelin on 9 Jan 2012 at 11:54