Removed remaining signals from peer
1. Removed remaining signals from peer struct 2. Made needAnotherKeepalive local 3. Removed environment check from warning text (annoying when debugging)
This commit is contained in:
parent
34891d92cd
commit
abe2651ad5
7 changed files with 37 additions and 70 deletions
2
uapi.go
2
uapi.go
|
|
@ -288,6 +288,8 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError {
|
|||
return &IPCError{Code: ipcErrorInvalid}
|
||||
}
|
||||
|
||||
peer.event.handshakePushDeadline.Fire()
|
||||
|
||||
case "endpoint":
|
||||
|
||||
// set endpoint destination
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue