1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00
ipxwrapper/src/ipxwrapper.def
Daniel Collins 493bc9358b Properly handle IPX socket descriptors used in select() writefds.
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.
2016-02-13 23:53:30 +00:00

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