laminar icon indicating copy to clipboard operation
laminar copied to clipboard

Finish Md Book chapters

Open TimonPost opened this issue 7 years ago • 1 comments

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.

  • Adding code examples.

TimonPost avatar Oct 13 '18 18:10 TimonPost

punting this to 0.2.0 because its not really needed right now.

LucioFranco avatar Nov 10 '18 15:11 LucioFranco