mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
If any IPX sockets are passed to select() in the writefds set, substitute them for the private UDP socket before calling the real select(), if it remains in writefds upon return, remove it and restore the previously removed IPX sockets. In short: Allow detecting when an IPX socket is ready to send.
25 lines
295 B
Modula-2
25 lines
295 B
Modula-2
LIBRARY IPXWRAPPER.dll
|
|
EXPORTS
|
|
bind
|
|
closesocket
|
|
getsockname
|
|
getsockopt
|
|
recv
|
|
recvfrom
|
|
sendto
|
|
setsockopt
|
|
shutdown
|
|
socket
|
|
EnumProtocolsA
|
|
EnumProtocolsW
|
|
WSARecvEx
|
|
ioctlsocket
|
|
WSHEnumProtocols
|
|
connect
|
|
send
|
|
getpeername
|
|
listen
|
|
accept
|
|
WSAAsyncSelect
|
|
select
|