smoltcp
smoltcp copied to clipboard
TCP backlog
So I understand how backlogs are possible in smoltcp, with listening multiple times on the same endpoint.
My question is - is there an existing implementation of a conventional listen-accept socket as a layer over a smoltcp socket (or even a fork which has implemented this fully)?