add the tcp folder and the backward-compatability files

This commit is contained in:
idk
2019-04-20 16:04:16 -04:00
parent 8b4b86b3ee
commit fdf75d99a0
25 changed files with 1863 additions and 398 deletions

View File

@ -1,7 +1,7 @@
package i2ptunconf
import (
"github.com/eyedeekay/sam-forwarder"
"github.com/eyedeekay/sam-forwarder/tcp"
"github.com/eyedeekay/sam-forwarder/udp"
)

View File

@ -1,7 +1,7 @@
package i2ptunconf
import (
"github.com/eyedeekay/sam-forwarder"
"github.com/eyedeekay/sam-forwarder/tcp"
"github.com/eyedeekay/sam-forwarder/udp"
)