Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 914 → Rev 915

/kernel/trunk/network/udp.inc
102,7 → 102,7
je @f
 
mov eax, [edx + IP_PACKET.SourceAddress] ; get the Source address from the IP packet
cmp [ebx + SOCKET.RemoteIP], ebx
cmp [ebx + SOCKET.RemoteIP], eax
jne .exit ; Quit if the source IP is not valid
 
@@: ; OK - we have a valid UDP packet for this socket.