Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Refactor Pt. 3: Introduce a packet Codec and Connection type #105

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2024

  1. Introduce a packet Codec and Connection type

    This introduces a series of Codecs for encoding and decoding packets, as well as a Connection<T> type which frames streams with encryption and protocol framing.
    StripedMonkey committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4b5cf0f View commit details
    Browse the repository at this point in the history
  2. introduce format module for network serialization

    This introduces a `format` module which (currently) contains the (de)serialization for the module.
    StripedMonkey committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    885a2b8 View commit details
    Browse the repository at this point in the history