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
1,理解握手,挥手过程 2,理解ack机制 3,理解拥塞控制 4,理解为什么tcp是可靠的,面向字节流的协议
本篇作为netty和网络库的前置条件之一 要求: 1,必须先完成以上的部分,不需要讲述细节实现 2,做完第一点要求后可以参考加入 tcp队头拥塞问题,fast open等 具体资料还是参考RFC 79RFC 7933
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1,理解握手,挥手过程
2,理解ack机制
3,理解拥塞控制
4,理解为什么tcp是可靠的,面向字节流的协议
本篇作为netty和网络库的前置条件之一
要求:
1,必须先完成以上的部分,不需要讲述细节实现
2,做完第一点要求后可以参考加入 tcp队头拥塞问题,fast open等
具体资料还是参考RFC 79RFC 7933
The text was updated successfully, but these errors were encountered: