Hi, I'm going to try to implement AcceptEx this weekend. Just wanted to ask if I should write it using unix sockets, or using the existing ws2_32 implementation.
Thanks.
Christopher Harvey a écrit :
Hi, I'm going to try to implement AcceptEx this weekend. Just wanted to ask if I should write it using unix sockets, or using the existing ws2_32 implementation.
Thanks.
ws2_32 when possible A+
Am Samstag, 8. März 2008 10:08:44 schrieb Eric Pouech:
Christopher Harvey a écrit :
Hi, I'm going to try to implement AcceptEx this weekend. Just wanted to ask if I should write it using unix sockets, or using the existing ws2_32 implementation.
Thanks.
ws2_32 when possible A+
There's a beginning of such an implementation by Andrey Turkin attached to a bug in bugzilla: http://bugs.winehq.org/show_bug.cgi?id=9787