Add Beta1 patch: "Add functions needed by netbios.exe, Fix some trouble with armada in protected mode" by h-a-l-9000.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2711
This commit is contained in:
parent
63fd72d956
commit
3653a5a3d5
5 changed files with 250 additions and 176 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: ipxserver.cpp,v 1.7 2006-02-09 11:47:49 qbix79 Exp $ */
|
||||
/* $Id: ipxserver.cpp,v 1.8 2006-10-27 12:00:29 qbix79 Exp $ */
|
||||
|
||||
#include "dosbox.h"
|
||||
|
||||
|
@ -135,7 +135,7 @@ static void ackClient(IPaddress clientAddr) {
|
|||
PackIP(clientAddr, ®Header.dest.addr.byIP);
|
||||
SDLNet_Write16(0x2, regHeader.dest.socket);
|
||||
|
||||
SDLNet_Write32(0, regHeader.src.network);
|
||||
SDLNet_Write32(1, regHeader.src.network);
|
||||
PackIP(ipxServerIp, ®Header.src.addr.byIP);
|
||||
SDLNet_Write16(0x2, regHeader.src.socket);
|
||||
regHeader.transControl = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue