Y
yuvalste
Hello,
I'm writing a server side (in JAVA) that is receiving UDP Datagrams
from clients.
Say a client sent to the server 1 packet, but for some reason the
packet was not fully received, and after a while another packet was
send from another client.
The question is what happens when the server is in the "receive()"
method when this problematic datagram is received ?
I'm writing a server side (in JAVA) that is receiving UDP Datagrams
from clients.
Say a client sent to the server 1 packet, but for some reason the
packet was not fully received, and after a while another packet was
send from another client.
The question is what happens when the server is in the "receive()"
method when this problematic datagram is received ?