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] Packet parsing tests #1768

Closed valentinbreiz closed 8 months ago

valentinbreiz commented 3 years ago

Like TCP (https://github.com/CosmosOS/Cosmos/blob/master/Tests/Kernels/NetworkTest/Kernel.cs#L96), each protocol must be tested by parsing packets from a byte array. Each field must be tested with Assert()

valentinbreiz commented 8 months ago

Closed as tested in net communications tests