mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Merge branch 'master' into profiling
This commit is contained in:
commit
30c7556ef1
@ -1,4 +1,4 @@
|
|||||||
Version TBA:
|
Version 0.7.0:
|
||||||
Added support for DOSBox IPX servers.
|
Added support for DOSBox IPX servers.
|
||||||
|
|
||||||
Fixed implementation of FIONREAD ioctl (needed for Laser Arena).
|
Fixed implementation of FIONREAD ioctl (needed for Laser Arena).
|
||||||
|
@ -325,7 +325,7 @@ static void release_recv_queue(ipx_recv_queue *recv_queue)
|
|||||||
|
|
||||||
SOCKET WSAAPI socket(int af, int type, int protocol)
|
SOCKET WSAAPI socket(int af, int type, int protocol)
|
||||||
{
|
{
|
||||||
log_printf(LOG_DEBUG, "socket(%d, %d, %d)", af, type, protocol);
|
log_printf(LOG_CALL, "socket(%d, %d, %d)", af, type, protocol);
|
||||||
|
|
||||||
if(af == AF_IPX)
|
if(af == AF_IPX)
|
||||||
{
|
{
|
||||||
@ -1793,7 +1793,7 @@ int PASCAL ioctlsocket(SOCKET fd, long cmd, u_long *argp)
|
|||||||
|
|
||||||
if(sock)
|
if(sock)
|
||||||
{
|
{
|
||||||
log_printf(LOG_DEBUG, "ioctlsocket(%d, %d)", fd, cmd);
|
log_printf(LOG_CALL, "ioctlsocket(%d, %d)", fd, cmd);
|
||||||
|
|
||||||
if(cmd == FIONREAD && !(sock->flags & IPX_IS_SPX))
|
if(cmd == FIONREAD && !(sock->flags & IPX_IS_SPX))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user