Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello,

I have program that is using udp protocol with broadcasting. I want to send data with packet size 1472, but my speed is low and consumes 9 percent of 1GiG lane BandWith. My hope is in 21 percent of 1 GiG bandwith. Can anyone help me please?

Thank you.
Posted
Updated 24-Dec-10 22:48pm
v2
Comments
JF2015 25-Dec-10 4:48am    
Edited to fix spelling and grammar.

1 solution

Take a look at the TCP_NODELAY socket option, and reseach the Nagle algorithm. It might help, but it may be that the speed is due to factors outside of your program's control (QoS implemented in by the network hardware, for example)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900