We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As far as I know, KCP transmits data based on UDP. UDP can be used in one-way data transmission solutions (data diode).
Can I try kcptun for data diode case? Meaning only UDP packets go from client to server but not from server to client?
The text was updated successfully, but these errors were encountered:
well, why not just drop all the incoming data on server side, like using iptables?
Sorry, something went wrong.
The question was: is KCP one-way or does it require confirmation of packet transmission between the client and the server??
It needs ACK confirmations of course. It's a reliable transport protocol.
No branches or pull requests
As far as I know, KCP transmits data based on UDP. UDP can be used in one-way data transmission solutions (data diode).
Can I try kcptun for data diode case? Meaning only UDP packets go from client to server but not from server to client?
The text was updated successfully, but these errors were encountered: