Begin work on full device<->device unit-test
To simulate a full interaction between two WireGuard instances without networking, using dummy instances of the interfaces
This commit is contained in:
parent
fd248c6cb1
commit
6cecaf3157
4 changed files with 142 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ func (device *Device) RoutineHandshake() {
|
|||
peer.endpoint = elem.endpoint
|
||||
peer.mutex.Unlock()
|
||||
|
||||
logDebug.Println("Received handshake initiation from", peer)
|
||||
logDebug.Println(peer, ": Received handshake initiation")
|
||||
|
||||
peer.TimerEphemeralKeyCreated()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue