4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 18:36:07 +00:00

Add BSD support (openbsd, freebsd, solaris)

This commit is contained in:
Neil Alexander
2018-03-01 11:49:49 +00:00
parent ebc4eacee4
commit f8dda26dba
8 changed files with 39 additions and 7 deletions

View File

@ -7,7 +7,7 @@ import (
"os/exec"
"time"
"github.com/songgao/water"
"github.com/neilalexander/water"
)
const mtu = 65535

View File

@ -6,7 +6,7 @@ import (
"net"
"os/exec"
"github.com/songgao/water"
"github.com/neilalexander/water"
)
const mtu = 65535

View File

@ -6,7 +6,7 @@ import (
"net"
"os/exec"
"github.com/songgao/water"
"github.com/neilalexander/water"
)
const mtu = 65535