Continue peer connection improvements

This commit is contained in:
Cort Buffington 2013-12-12 17:03:00 -06:00
parent f3e2d53d9f
commit 872053d6a5
1 changed files with 1 additions and 0 deletions

View File

@ -777,6 +777,7 @@ class IPSC(DatagramProtocol):
# Generate a hashed packet from our template and send it.
peer_alive_reply_packet = self.hashed_packet(self._local['AUTH_KEY'], self.PEER_ALIVE_REPLY_PKT)
self.transport.write(peer_alive_reply_packet, (host, port))
self.reset_keep_alive(_peerid) # Might as well reset our own counter, we know it's out there...
return
elif _packettype == PEER_REG_REQ: