Merge pull request #17 from majestrate/master

merge netdb, router work
This commit is contained in:
Hayden Parker
2016-09-09 00:20:24 -07:00
committed by GitHub
18 changed files with 262 additions and 94 deletions

5
lib/tunnel/pool.go Normal file
View File

@@ -0,0 +1,5 @@
package tunnel
// a pool of tunnels which we have created
type Pool struct {
}