Home > other >  Excuse me a single socket didn't send up UDP packets per second quantity how much is the limit
Excuse me a single socket didn't send up UDP packets per second quantity how much is the limit

Time:10-30

1. Recently the company waited in line for a living: requirements on a Windows system used to send as much as possible of the udp packets per second, a single packet data is not more than 1400 bytes.
2. Test yourself with asynchronous socket, single thread loop to invoke sendto command, about 900 MPBS, is the most which USES 10 g network speed also couldn't get on; Don't know why?
3. But the work needs to send rate to 1.5 GBPS, at least you have any good advice, thank you very much!!!!!

CodePudding user response:

Why limit package long? Have not try to throw all the data directly to sendto, let the system to cut long package?
  • Related