# README
UDP
Provides two sub-packages
- udps (UDP Server)
- udpc (UDP Client)
Examples
- P2P Broker implementation
# Functions
HandleStream wraps the quic.Stream and provides useful functionality to manage it.
Wraps a channel into a Stream and initializes it.
Wraps a channel into a Stream and does not initialize it This function should be used when the stream is already initialized.
# Variables
No description provided by the author
# Interfaces
Client Interface stipulates functions which should be present in a client.
# Type aliases
On New Stream Handler.