Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5154 → Rev 5155

/kernel/trunk/network/tcp_input.inc
1235,9 → 1235,13
 
lea eax, [ebx + STREAM_SOCKET.snd]
call SOCKET_ring_create
test eax, eax
jz .drop
 
lea eax, [ebx + STREAM_SOCKET.rcv]
call SOCKET_ring_create
test eax, eax
jz .drop
 
and [temp_bits], not TCP_BIT_DROPSOCKET