kylinsoong / ttcp

Test TCP
Apache License 2.0
3 stars 3 forks source link

set a minimum value to lazy threshold #10

Closed kylinsoong closed 1 year ago

kylinsoong commented 1 year ago

lazy should large than 0, minimum value of lazy is 1.

If the message less then 1, then set lazy to 2.

kylinsoong commented 1 year ago

https://github.com/kylinsoong/ttcp/issues/10