udt icon indicating copy to clipboard operation
udt copied to clipboard

Calculate the smallest buffer size needed

Open clarkli86 opened this issue 8 years ago • 0 comments

Hi @securesocketfunneling ,

Thanks a lot for making this amazing library for C++ users. The interrogation with boost asio makes it so easy to be to adopted into existing projects.

While testing udt_client with appserver from the original udt library (http://udt.sourceforge.net/), buffer overflow was reported when the packets arrive out of sequence. This commit is to fix that.

clarkli86 avatar Jun 21 '16 14:06 clarkli86