update tunnel comment
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| // Package tunnel provides a network tunnel ontop of a link | // Package tunnel provides gre network tunnelling | ||||||
| package tunnel | package tunnel | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| @@ -6,7 +6,7 @@ import ( | |||||||
| 	"github.com/micro/go-micro/transport" | 	"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 | // It establishes multiple streams using the Micro-Tunnel-Id header | ||||||
| // and Micro-Tunnel-Session header. The tunnel id is a hash of | // and Micro-Tunnel-Session header. The tunnel id is a hash of | ||||||
| // the address being requested. | // the address being requested. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user