Skip to content

Add Nowhere Protocol implementation#20

Open
yosebyte wants to merge 1 commit into
mainfrom
main
Open

Add Nowhere Protocol implementation#20
yosebyte wants to merge 1 commit into
mainfrom
main

Conversation

@yosebyte
Copy link
Copy Markdown

  • Introduced NowhereClient for managing QUIC connections and sessions.
  • Created NowhereConfiguration to hold configuration details for QUIC sessions.
  • Implemented NowhereConnection for handling TCP connections over QUIC.
  • Added NowhereProtocol for encoding and decoding QUIC messages and frames.
  • Developed NowhereSession to manage the lifecycle of QUIC sessions and handle authentication.
  • Implemented NowhereUDPConnection for managing UDP connections and datagram handling.
  • Added error handling through NowhereError enum for better error reporting.

- Introduced `NowhereClient` for managing QUIC connections and sessions.
- Created `NowhereConfiguration` to hold configuration details for QUIC sessions.
- Implemented `NowhereConnection` for handling TCP connections over QUIC.
- Added `NowhereProtocol` for encoding and decoding QUIC messages and frames.
- Developed `NowhereSession` to manage the lifecycle of QUIC sessions and handle authentication.
- Implemented `NowhereUDPConnection` for managing UDP connections and datagram handling.
- Added error handling through `NowhereError` enum for better error reporting.
@yosebyte yosebyte requested a review from hiDandelion May 29, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant