Skip to content

Commit

Permalink
Updated TODO's
Browse files Browse the repository at this point in the history
  • Loading branch information
btoms20 committed Jul 7, 2023
1 parent 0e7379d commit 474b390
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,18 @@ SwiftQuic is an open-source [Swift] implementation of the [QUIC] protocol.
### Alpha (a working prototype) TODO's
- [x] Version Negotiation
- [ ] 0RTT Data
- [ ] Stateless Resets
- [ ] Packet handling
- [ ] Out-of-order packet buffering
- [ ] Drop invalid packets
- [ ] Drop duplicate packets
- [ ] Resend un-acked packets
- [x] Key Updates
- [x] Respond to
- [ ] Initiate
- [x] Idle Timeouts
- [ ] ConnectionID
- [ ] ConnectionID
- [ ] Generation
- [ ] Issuance
- [ ] Retirement
- [ ] Basic Flow Control (max data, max streams, etc)
Expand Down

0 comments on commit 474b390

Please sign in to comment.