kylinsoong / ttcp

Test TCP
Apache License 2.0
3 stars 3 forks source link

recv multiple processes ability #5

Closed kylinsoong closed 2 years ago

kylinsoong commented 2 years ago

Current recv is single process mechanism, once the trans end the sending, the recv will shutdown and exit.

Add the ability of recv multiple processes, which recv can handle multiple client simultaneously, and never shutdown or exit even the trans exit.

kylinsoong commented 2 years ago

5