sachinites / tcpip_stack

Implement your own TCP IP Stack
https://www.csepracticals.com/
GNU General Public License v3.0
183 stars 133 forks source link

Streamline the hdr/protocol numbers used throughout the project #19

Open sachinites opened 2 years ago

sachinites commented 2 years ago

Protocol numbers/Hdr enums are defined in adhoc manner throughout the project. Properly define the values and use them uniformly throughout he project.