Skip to content
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

现在有DotNetty了,有没有可能移植一个kcp4sharp的DotNetty版? #1

Open
SetoKaiba opened this issue May 28, 2018 · 8 comments

Comments

@SetoKaiba
Copy link

现在有DotNetty了,有没有可能移植一个kcp4sharp的DotNetty版?

@beykery
Copy link
Owner

beykery commented Jul 6, 2018

绝对有可能。

@sgf
Copy link

sgf commented Dec 24, 2019

现在有DotNetty了,有没有可能移植一个kcp4sharp的DotNetty版?

没有可能 因为作者这个就客户端用用。
服务端让你参考 jkcp

@SetoKaiba
Copy link
Author

现在有DotNetty了,有没有可能移植一个kcp4sharp的DotNetty版?

没有可能 因为作者这个就客户端用用。
服务端让你参考 jkcp

DotNetty我也是用在客户端呀。

@sgf
Copy link

sgf commented Dec 24, 2019

现在有DotNetty了,有没有可能移植一个kcp4sharp的DotNetty版?

没有可能 因为作者这个就客户端用用。
服务端让你参考 jkcp

DotNetty我也是用在客户端呀。

客户端 DotNetty?没必要 DotNetty 主要是为了性能。一般服务器用。

@SetoKaiba
Copy link
Author

现在有DotNetty了,有没有可能移植一个kcp4sharp的DotNetty版?

没有可能 因为作者这个就客户端用用。
服务端让你参考 jkcp

DotNetty我也是用在客户端呀。

客户端 DotNetty?没必要 DotNetty 主要是为了性能。一般服务器用。

我为了API一致,我服务端是Netty,Unity客户端是DotNetty,因为我做了很多handler的东西,一一对应,不用DotNetty的话不方便。

@sgf
Copy link

sgf commented Dec 24, 2019

现在有DotNetty了,有没有可能移植一个kcp4sharp的DotNetty版?

没有可能 因为作者这个就客户端用用。
服务端让你参考 jkcp

DotNetty我也是用在客户端呀。

客户端 DotNetty?没必要 DotNetty 主要是为了性能。一般服务器用。

我为了API一致,我服务端是Netty,Unity客户端是DotNetty,因为我做了很多handler的东西,一一对应,不用DotNetty的话不方便。

DotNetty只是 网络层的处理库,API无所谓的啊。DotNetty这么庞大的库放到Unity客户端 我觉得真是得不偿失。

@SetoKaiba
Copy link
Author

现在有DotNetty了,有没有可能移植一个kcp4sharp的DotNetty版?

没有可能 因为作者这个就客户端用用。
服务端让你参考 jkcp

DotNetty我也是用在客户端呀。

客户端 DotNetty?没必要 DotNetty 主要是为了性能。一般服务器用。

我为了API一致,我服务端是Netty,Unity客户端是DotNetty,因为我做了很多handler的东西,一一对应,不用DotNetty的话不方便。

DotNetty只是 网络层的处理库,API无所谓的啊。DotNetty这么庞大的库放到Unity客户端 我觉得真是得不偿失。

不是呀,我要写很多东西,我现在已经用DotNetty整体跑起来的,udp和tcp都跑得很好,和服务器也对应。后来考虑用kcp来做可靠udp,然后所以才有这个需求。

@beykery
Copy link
Owner

beykery commented Feb 11, 2020

欢迎pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants