I think it would be cool to have our own book for this crate. Describing the decisions we made, and how we are generally handling all the network stuff. Feel free to improve the book and open an PR.
Categories:
[ ] Intro
[x] Introduction
[ ] Motivation
[x] Contributing
[x] Protocols
[x] Tcp - UDP
[x] Why UDP
[ ] Other protocols (quick recap)
[x] Reliablity
[ ] Acknowledgements
[ ] Sequence Numbers
[ ] Packet Loss
[x] Different reliability options (ordered, non ordered, etc.)
[x] Congestion Avoidance
[x] With RTT
[ ] With Packet loss
[x] Fragmentation
[ ] Protocol Version Control
[ ] Connection Managment
[ ] Protocol Details
[x] Packet Headers
[ ] Channels
[ ] Ordering Streams
There are things we only can add once version 0.1 of laminar is realsed.
I think it would be cool to have our own book for this crate. Describing the decisions we made, and how we are generally handling all the network stuff. Feel free to improve the book and open an PR.
Categories:
There are things we only can add once version 0.1 of laminar is realsed.