CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.91k stars 549 forks source link

[Net] TCP Implementation #1762

Closed valentinbreiz closed 8 months ago

valentinbreiz commented 3 years ago

This issue is dedicated to follow TCP work on CosmosOS. The initial pull request is https://github.com/CosmosOS/Cosmos/pull/1664

valentinbreiz commented 3 years ago

This cause problems on received packets: https://github.com/CosmosOS/Cosmos/issues/1769

ghost commented 3 years ago

This cause problems on receive packets: #1769

Well I guess it semi works still.