[Bug 7929] C&C 3 network does not work

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 9 06:51:23 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7929





--- Comment #70 from Ambro <ambro at b4ever.net>  2007-12-09 06:51:22 ---
We could bind to the interface address and the broadcast address at the same
time using two sockets (e.g. 192.168.1.30 and 192.168.1.255), but as I see this
is impossible with current infrastructure. Wine expects i/o on objects to be
done with the single fd inside the object. Wine would need to be modified to
allow to define operations currently used with 'struct fd' directly on the
object. Particularily async i/o queues and completion queue I think.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list