diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2018-03-08 16:44:27 +0100 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2018-03-08 16:44:46 +0100 |
commit | 6cecaf31575d77d8f30be65a0a5d34055ee220a4 (patch) | |
tree | 4b2114afb2c19b59d7f03a752df7e37b842f5fe6 /receive.go | |
parent | fd248c6cb1873229b5e487045accdf7ed7ac822e (diff) |
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
Diffstat (limited to 'receive.go')
-rw-r--r-- | receive.go | 2 |
1 files changed, 1 insertions, 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() |