howeik / udptunnel

Automatically exported from code.google.com/p/udptunnel
GNU General Public License v3.0
0 stars 0 forks source link

Feature Request: Add UDP buffer #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a feature request: is it possible to add a udp buffer for each udp link 
so that multiple udp packets can be transmitted and acked instead of waiting 
for ACK on the first packet before sending the second one?

Original issue reported on code.google.com by tiebingz...@gmail.com on 27 Jun 2011 at 10:42

GoogleCodeExporter commented 9 years ago
I've thought about this and might do this in the future because it will better 
use available bandwidth. I haven't yet because there are several things I have 
to worry about, like reordering packets as they arrive, keeping track of many 
more states, and dynamically figuring out how many packets to have out at once 
like in TCP.

Original comment by dmeek...@gmail.com on 4 Jul 2011 at 5:31