Initial implementation of source caching
Yet untested.
This commit is contained in:
parent
a72b0f7ae5
commit
e86d03dca2
10 changed files with 84 additions and 83 deletions
|
|
@ -288,7 +288,7 @@ func (peer *Peer) RoutineHandshakeInitiator() {
|
|||
packet := writer.Bytes()
|
||||
peer.mac.AddMacs(packet)
|
||||
|
||||
_, err = peer.SendBuffer(packet)
|
||||
err = peer.SendBuffer(packet)
|
||||
if err != nil {
|
||||
logError.Println(
|
||||
"Failed to send handshake initiation message to",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue