Skip to content

IP stack #20

Description

@jgraef

Parse/encode packets. Provide a virtual network wrapper for raw sockets.

TODO

  • Ethernet
    • decode
    • encode: missing: write FCS
  • IPv4
    • decode: missing: verify checksum
    • encode: missing: back-fill length, checksum
  • IPv6
  • ARP
    • decode
    • encode
    • virtual socket
    • resolver
    • request handler
  • UDP
    • decode: missing: verify checksum
    • encode
    • virtual socket
  • TCP
    • decode: missing: header options
    • encode
    • virtual socket
  • ICMP
    • decode: missing verify checksum
    • encode

Notes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions