mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-06-07 09:03:18 -04:00
start dg2 and dg3
This commit is contained in:
8
datagram2/doc.go
Normal file
8
datagram2/doc.go
Normal file
@ -0,0 +1,8 @@
|
||||
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.
|
||||
*/
|
8
datagram3/doc.go
Normal file
8
datagram3/doc.go
Normal file
@ -0,0 +1,8 @@
|
||||
package datagram3
|
||||
|
||||
/*
|
||||
* TODO: implement the Datagram2Session type for SAMv3 Authenticated Datagram Sessions
|
||||
* This package provides the implementation for un-authenticated datagram sessions
|
||||
* using the SAMv3 protocol. It includes session management, datagram reading and writing,
|
||||
* and integration with the SAMv3 protocol for secure communication.
|
||||
*/
|
Reference in New Issue
Block a user