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

考虑支持FTP吗 #47

Open
zhlongfj opened this issue Mar 31, 2020 · 3 comments
Open

考虑支持FTP吗 #47

zhlongfj opened this issue Mar 31, 2020 · 3 comments

Comments

@zhlongfj
Copy link

zhlongfj commented Mar 31, 2020

如果把FTP支持上,当然如果能再封装一下UDP,那么基础的网络算是支持全了,期待

@zhlongfj zhlongfj changed the title FTP支持 考虑支持FTP吗 Mar 31, 2020
@IronsDu
Copy link
Owner

IronsDu commented Mar 31, 2020

@zhlongfj
你好。
FTP属于业务应用层协议,不在网络库考虑范围内。
UDP已经有很成熟的库,而且UDP的服务模型和TCP差异太大,所以我不太想强行把UDP合在brynet里。我建议使用其他库来用UDP。比如asio很成熟,而且特性也全面,只不过易用性上(我觉得)不如brynet。 (我也在尝试二次封装asio)

@IronsDu
Copy link
Owner

IronsDu commented Mar 31, 2020

但我封装的仍然只是TCP。

@zhlongfj
Copy link
Author

zhlongfj commented Apr 1, 2020

好的,谢谢

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

2 participants