From aa79c41fc5fb78c004cbe3e9e5b449ff9ae6318e Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 14 Jul 2019 18:34:32 -0700 Subject: [PATCH] update tunnel comment --- network/tunnel/tunnel.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/tunnel/tunnel.go b/network/tunnel/tunnel.go index 021aeeae..6d879521 100644 --- a/network/tunnel/tunnel.go +++ b/network/tunnel/tunnel.go @@ -1,4 +1,4 @@ -// Package tunnel provides a network tunnel ontop of a link +// Package tunnel provides gre network tunnelling package tunnel import ( @@ -6,7 +6,7 @@ import ( "github.com/micro/go-micro/transport" ) -// Tunnel creates a network tunnel on top of a link. +// Tunnel creates a gre network tunnel on top of a link. // 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.