Improved handling of key-material
This commit is contained in:
parent
239d582cb2
commit
0294a5c0dd
7 changed files with 203 additions and 91 deletions
|
|
@ -63,6 +63,8 @@ func (tun *NativeTun) RoutineNetlinkListener() {
|
|||
return
|
||||
}
|
||||
|
||||
tun.events <- TUNEventUp // TODO: Fix network namespace problem
|
||||
|
||||
for msg := make([]byte, 1<<16); ; {
|
||||
|
||||
msgn, _, _, _, err := unix.Recvmsg(sock, msg[:], nil, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue