xtaci / kcp-go

A Crypto-Secure Reliable-UDP Library for golang with FEC
MIT License
4.12k stars 737 forks source link

is it possible to disable ack, for use in unidirectional network. #240

Open jikjikman opened 1 year ago

jikjikman commented 1 year ago

In unidirectional networks you will send data without any return path, and this causes kcp-go transmitter to stop working after a limited time (may be because acklist gets full?)

Is it possible to disable ack check? so transmitter continue sending even no ack received?