Disabled verbose network debug output.

git-svn-id: svn://kolibrios.org@4388 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-12-19 21:39:14 +00:00
parent 5e80cb25b3
commit c42c7651f7
3 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ LOOPBACK_DEVICE:
.packets_rx dd 0
.link_state dd -1
.hwacc dd 0
.hwacc dd NET_HWACC_TCP_IPv4_IN + NET_HWACC_TCP_IPv4_OUT
.namestr db 'loopback', 0

View File

@ -29,7 +29,7 @@ uglobal
endg
DEBUG_NETWORK_ERROR = 1
DEBUG_NETWORK_VERBOSE = 1
DEBUG_NETWORK_VERBOSE = 0
NET_DEVICES_MAX = 16
ARP_BLOCK = 1 ; true or false

View File

@ -116,8 +116,8 @@ endl
je .checksum_ok
; re-calculate the checksum (if not already done by hw)
; test [ebx + NET_DEVICE.hwacc], HWACC_TCP_IPv4_IN
; jnz .checksum_ok
test [ebx + NET_DEVICE.hwacc], NET_HWACC_TCP_IPv4_IN
jnz .checksum_ok
push ecx esi
pushw [esi + TCP_header.Checksum]