mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-06-16 05:44:42 -04:00
9 lines
325 B
Go
9 lines
325 B
Go
package datagram2
|
|
|
|
/*
|
|
* TODO: implement the Datagram2Session type for SAMv2 Datagram Sessions
|
|
* This package provides the implementation for datagram sessions
|
|
* using the SAMv2 protocol. It includes session management, datagram reading and writing,
|
|
* and integration with the SAMv2 protocol for secure communication.
|
|
*/
|