M
mike chen
i have a UDP server running windows2K
which listenning on a UDP port
and
there are about 200 clients (windows2K too),
which will send data to the server through UDP
almost at the same time.
both server and client programs are written with VC/6.0.
they work fine when the message data is small
(under 20 bytes)
while
i found only about 70-80 messages the server will receive
(loss about 120+ client messages)
when the data is longer(about 120 bytes)
the log shows the clients have sent the data
with no error!!
and
server did not receive them
is there any limitation on UDP??
how to avoid them with UDP??
anybody can help me??
pls advice
many thanks in advanced
which listenning on a UDP port
and
there are about 200 clients (windows2K too),
which will send data to the server through UDP
almost at the same time.
both server and client programs are written with VC/6.0.
they work fine when the message data is small
(under 20 bytes)
while
i found only about 70-80 messages the server will receive
(loss about 120+ client messages)
when the data is longer(about 120 bytes)
the log shows the clients have sent the data
with no error!!
and
server did not receive them
is there any limitation on UDP??
how to avoid them with UDP??
anybody can help me??
pls advice
many thanks in advanced