forked from KolibriOS/kolibrios
Some fixes in net branch:
* pseudoheader for UDP checksum was wrong * network checksum for data with odd length was wrong * stack issues in ARP_add_entry fixed * more correct checking for new packets in pcnet driver git-svn-id: svn://kolibrios.org@1251 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -529,7 +529,7 @@ IPv4_create_packet:
|
||||
cmp ecx, 1480
|
||||
jg .exit_
|
||||
|
||||
cmp ebx, ebx ; if dest ip = 0
|
||||
test ebx, ebx ; if dest ip = 0
|
||||
jnz .ip_ok ; and local ip is valid
|
||||
; use local ip instead
|
||||
cmp [IP_LIST],0xffffffff ;
|
||||
|
Reference in New Issue
Block a user