Big replys on UDP

  • Thread starter Thread starter Richard \(MrBonus\)
  • Start date Start date
R

Richard \(MrBonus\)

I have made a project using a UDP client in VB.NET but am experiencing
problems with receiving datagrams beyond a certain size (between 1300 and
1500 bytes).
I'm contacting a gaming server (Medal Of Honor Allied Assult), and the
command console are running udp, and it works fine until there are above 17
players on the server, then the reply gets to big.

But i can't seem to figure out why, but i've tested it, and it's always,
when the reply from the server is getting to big, can anyone help me out?

I've tried with several different UDP classes. I've tried the windows own,
I've tried on I found on the net, and I've tried the Indy.Socket, but always
the same problem

Richard
 
I have made a project using a UDP client in VB.NET but am experiencing
problems with receiving datagrams beyond a certain size (between 1300 and
1500 bytes).

Are all datagrams being dropped?

Or just some? Maybe the packets are just being lost... after all, UDP has
no ack feature.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top