mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-19 16:35:10 +03:00
populate default PlatformSpecificParams when it's empty (#43)
This commit is contained in:
parent
8bbc3c8191
commit
bf1a5d0277
3 changed files with 5 additions and 1 deletions
|
@ -175,7 +175,7 @@ func (t *tunReadCloser) Write(from []byte) (int, error) {
|
|||
} else if ipVer == 6 {
|
||||
t.wBuf[3] = syscall.AF_INET6
|
||||
} else {
|
||||
return 0, errors.New("Unable to determine IP version from packet.")
|
||||
return 0, errors.New("Unable to determine IP version from packet")
|
||||
}
|
||||
|
||||
copy(t.wBuf[4:], from)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue