From 7c29be288b95d5eccf81ddc6a8a673ed6475c77d Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 10 Jul 2019 19:33:34 +0100 Subject: [PATCH] Update a tunnel top level comment --- network/tunnel/tunnel.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/network/tunnel/tunnel.go b/network/tunnel/tunnel.go index 92b279b7..021aeeae 100644 --- a/network/tunnel/tunnel.go +++ b/network/tunnel/tunnel.go @@ -7,8 +7,9 @@ import ( ) // Tunnel creates a network tunnel on top of a link. -// It establishes multiple streams using the Micro-Tunnel header -// created as a hash of the address. +// It establishes multiple streams using the Micro-Tunnel-Id header +// and Micro-Tunnel-Session header. The tunnel id is a hash of +// the address being requested. type Tunnel interface { // Connect connects the tunnel Connect() error