Update a tunnel top level comment
This commit is contained in:
parent
217f540601
commit
7c29be288b
@ -7,8 +7,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Tunnel creates a network tunnel on top of a link.
|
// Tunnel creates a network tunnel on top of a link.
|
||||||
// It establishes multiple streams using the Micro-Tunnel header
|
// It establishes multiple streams using the Micro-Tunnel-Id header
|
||||||
// created as a hash of the address.
|
// and Micro-Tunnel-Session header. The tunnel id is a hash of
|
||||||
|
// the address being requested.
|
||||||
type Tunnel interface {
|
type Tunnel interface {
|
||||||
// Connect connects the tunnel
|
// Connect connects the tunnel
|
||||||
Connect() error
|
Connect() error
|
||||||
|
Loading…
Reference in New Issue
Block a user