1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

34 Commits

Author SHA1 Message Date
Daniel Collins
c2e26c7cab Updated sendto() to only broadcast on enabled interfaces 2011-04-24 21:01:59 +00:00
Daniel Collins
39233b20a1 Added missing break statement 2011-04-24 20:17:18 +00:00
Daniel Collins
b7f03eabeb Added code for setting UDP port in configuration tool and changed layout slightly. 2011-04-24 19:28:06 +00:00
Daniel Collins
7ba8d989a3 Load UDP port number from registry and only require SO_BROADCAST to be set for receiving packets when the win95 broadcast bug is enabled. (Currently enabled by default) 2011-04-24 18:44:31 +00:00
Daniel Collins
963dd51938 Updated config tool 2011-04-24 18:35:36 +00:00
Daniel Collins
c15064aca1 Updated recvfrom() to use correct byte order 2011-04-24 17:50:15 +00:00
Daniel Collins
8f4a5e1c6f Cleaned up socket() 2011-04-24 17:40:25 +00:00
Daniel Collins
53346c2536 Updated how router thread checks packet sizes, cleaned up code 2011-04-24 16:59:21 +00:00
Daniel Collins
42b3f7ce13 Send packets with destination network number set to that of the network card when 00:00:00:00 is used. 2011-04-24 16:32:09 +00:00
Daniel Collins
62b2fada8f Updated sendto() 2011-04-24 02:08:37 +00:00
Daniel Collins
cb8dd19c5d Updated getsockopt() 2011-04-24 01:37:25 +00:00
Daniel Collins
fdbd65ba1b Updated getsockname() for correct ipx_socket.socket endianness. 2011-04-24 01:26:21 +00:00
Daniel Collins
033c7b0752 Rewrote most of the bind() function, it (should) now match the winsock API and IPX standards better. 2011-04-24 01:23:10 +00:00
Daniel Collins
a4e0add8c7 Small amount of code cleanup 2011-04-24 00:24:10 +00:00
Daniel Collins
b11036bc14 Store IPX net/node numbers in ipx_net structure during startup. 2011-04-24 00:01:38 +00:00
Daniel Collins
4afad85e3c Host list entries are now identified by both network AND node numbers and expire after TTL (60) seconds of not receiving any packets. 2011-04-23 23:42:14 +00:00
Daniel Collins
983265ffc0 Removed redundant values from ipx_nic structure and fixed bug in NIC list code. 2011-04-23 20:13:21 +00:00
Daniel Collins
e4534b91eb Load interface options from registry and handle enabled/primary flags. 2011-04-23 19:49:53 +00:00
Daniel Collins
ad80c8177f Cleaned up address dialog code and added warnings when 00:... or FF:... are entered as network/node numbers. 2011-04-23 18:52:16 +00:00
Daniel Collins
ae7d2ced03 Wrote IPX configuration tool, not completely finished 2011-04-23 02:24:34 +00:00
Daniel Collins
a3fba1773d Implemented ioctlsocket() wrapper with support for FIONREAD. 2010-01-09 16:20:18 +00:00
Daniel Collins
4628d507bb Rewrote README 2009-01-29 20:29:02 +00:00
Daniel Collins
75c0f30518 Rewrote stub generation code to create ASM code, no more unimplemented functions due to missing declarations! 2009-01-25 17:06:29 +00:00
Daniel Collins
62c8078ad5 Changed port number for the last time 2009-01-07 17:27:09 +00:00
Daniel Collins
43fa45d29a Changed port number to 404040 because 13579 is allocated to some other protocol, will change it if IANA grants me a port number. 2008-12-11 22:24:37 +00:00
Daniel Collins
b599cd6fa1 Fixed bugs in mutex functions 2008-12-11 22:00:58 +00:00
Daniel Collins
192365e8e8 Added support for implicit binds 2008-12-11 21:52:28 +00:00
Daniel Collins
54958fd0cb Changed readme.txt 2008-12-11 21:33:16 +00:00
Daniel Collins
b1af7ae0cc Fixed a bug in setsockopt() 2008-12-11 21:30:34 +00:00
Daniel Collins
bf62ce71d6 Updated getsockopt() and setsockopt() to return WSAENOPROTOOPT when given unimplemented NSPROTO_IPX options. 2008-12-11 21:27:40 +00:00
Daniel Collins
b238bc000e Added GPL license and README 2008-12-10 18:03:10 +00:00
Daniel Collins
f6d1e9a9f7 Fixed a bug in NIC detection code 2008-12-09 23:49:48 +00:00
Daniel Collins
2d383dda97 Fixed DLL loading bug 2008-12-09 21:50:07 +00:00
Daniel Collins
4d28856065 Imported current tree into SVN 2008-12-09 21:36:07 +00:00