Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3860 → Rev 3861

/kernel/trunk/network/tcp_input.inc
69,7 → 69,7
inc [TCP_segments_missed + edi]
 
add esp, sizeof.TCP_queue_entry - 8
call kernel_free
call NET_packet_free
add esp, 4
 
ret
1490,6 → 1490,8
 
.out_of_order:
 
DEBUGF DEBUG_NETWORK_VERBOSE, "TCP data is out of order\n"
 
; Uh-oh, some data is out of order, lets call TCP reassemble for help
 
call TCP_reassemble
1621,7 → 1623,7
.dumpit:
DEBUGF DEBUG_NETWORK_VERBOSE, "TCP_input: dumping\n"
 
call kernel_free
call NET_packet_free
add esp, 4
jmp .loop
 
1694,6 → 1696,6
.drop_no_socket:
DEBUGF DEBUG_NETWORK_VERBOSE, "TCP_input: Drop (no socket)\n"
 
call kernel_free
call NET_packet_free
add esp, 4
jmp .loop