mirror of
https://github.com/go-i2p/go-i2cp.git
synced 2025-07-03 01:56:06 -04:00
Finished Crypto
This commit is contained in:
10
session.go
Normal file
10
session.go
Normal file
@ -0,0 +1,10 @@
|
||||
package go_i2cp
|
||||
|
||||
import "bytes"
|
||||
|
||||
type Session struct {
|
||||
}
|
||||
|
||||
func (session Session) dispatchMessage(protocol uint8, srcPort, destPort uint16, payload *Stream) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user