smoltcp-rs / smoltcp

a smol tcp/ip stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read RFC 9293 vs RFC 793

oslfmt opened this issue · comments

commented

The beginning of the tcp.rs file states:

Heads up! Before working on this file you should read, at least, RFC 793

But this rfc has been obsoleted by rfc 9293. Any reason why we should still refer to the older rfc?

No reason, other than that code was written before RFC 9293 existed :)

commented

Ahhh ok haha