-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Change underlying protocol on UDP #1
Comments
tsuzu
added a commit
that referenced
this issue
Mar 5, 2018
FIx in 66b9797 |
You can use "kcp-go" + "smux" . |
Yes! |
Has anacrolix/utp worked all right for you so far? |
@anacrolix Yes. It worked perfectly. Thank you so much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
utp, a library which is used by go-easyp2p is deprecated.(anacrolix/utp#26)
Therefore, we should use another library.
There are some candidates
However, all of these have problems.
quic-go
go-libutp
I considered whether kcp-go can be used, but it doesn't implement control messages such as SYN/FIN/RST, so I think it's very difficult to adopt it.
If you know other libraries, please tell me them.
The text was updated successfully, but these errors were encountered: