Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 293 Bytes

protocol_stacks.md

File metadata and controls

5 lines (5 loc) · 293 Bytes

protocol stacks

under src/protocol_stacks there are aggregations of protocols (protocol stacks) for widely commonly used combination:

  • udp over ip, in src/protocol_stacks/udp
  • icmp over ip, in src/protocol_stacks/icmp
  • emp (my own protocol) over ip, in src/protocol_stacks/emp