http://bugs.winehq.org/show_bug.cgi?id=7929
--- Comment #70 from Ambro ambro@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.