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:
@@ -177,9 +177,8 @@ checksum_1:
|
||||
popf
|
||||
jnc .end
|
||||
|
||||
lodsb
|
||||
shl ax, 8
|
||||
add edx, eax
|
||||
add dh, [esi]
|
||||
adc edx, 0
|
||||
|
||||
.end:
|
||||
|
||||
|
Reference in New Issue
Block a user