Rewrite the whole StreamSession thing, which still doesn't work

This commit is contained in:
eyedeekay
2025-05-27 18:54:18 -04:00
parent d3f085b2c8
commit 60fcf85129
16 changed files with 982 additions and 498 deletions

11
stream/types_test.go Normal file
View File

@@ -0,0 +1,11 @@
package stream
import (
"net"
"github.com/go-i2p/go-sam-go/common"
)
var ss common.Session = &StreamSession{}
var sl net.Listener = &StreamListener{}
var sc net.Conn = &StreamConn{}