more merge conflicts
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
package ntcp
|
||||
|
||||
import "github.com/go-i2p/go-i2p/lib/transport/noise"
|
||||
|
||||
// Session implements TransportSession
|
||||
// An established transport session
|
||||
<<<<<<< HEAD
|
||||
type Session noise.NoiseSession
|
||||
=======
|
||||
type Session struct{}
|
||||
>>>>>>> 9f4154ff457f962bc3b5d77e266b5d87b4de3742
|
||||
|
@@ -1,7 +1,5 @@
|
||||
package ntcp
|
||||
|
||||
import "github.com/go-i2p/go-i2p/lib/transport/noise"
|
||||
|
||||
/**
|
||||
* https://geti2p.net/spec/ntcp2
|
||||
**/
|
||||
@@ -12,10 +10,5 @@ const (
|
||||
NTCP_MESSAGE_MAX_SIZE = 65537
|
||||
)
|
||||
|
||||
<<<<<<< HEAD
|
||||
// NTCPTransport is an ntcp transport implementing transport.Transport interface
|
||||
type NTCPTransport noise.NoiseTransport
|
||||
=======
|
||||
// Transport is an ntcp transport implementing transport.Transport interface
|
||||
type Transport struct{}
|
||||
>>>>>>> 9f4154ff457f962bc3b5d77e266b5d87b4de3742
|
||||
|
Reference in New Issue
Block a user