sertel / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
0 stars 0 forks source link

TCP inbound #2

Closed sertel closed 1 year ago

sertel commented 2 years ago

So far, the rewrite covers only the outbound side. I need to do the same thing for the inbound side.

Pagolin commented 1 year ago

Done. Our defunctionalization of the pollcall covers ingress, egress and poll_delaynow.