See last two changes (this is a clean-up commit)
This commit is contained in:
parent
06c9ed48b4
commit
5c27ce4d52
@ -735,7 +735,8 @@ class IPSC(DatagramProtocol):
|
|||||||
#
|
#
|
||||||
def send_packet(self, _packet, (_host, _port)):
|
def send_packet(self, _packet, (_host, _port)):
|
||||||
self.transport.write(_packet, (_host, _port))
|
self.transport.write(_packet, (_host, _port))
|
||||||
logger.debug('(%s) TX Packet to %s on port %s: %s', self._network, _host, _port, h(_packet))
|
# USE THE FOLLOWING ONLY UNDER DIRE CIRCUMSTANCES -- PERFORMANCE IS ADVERSLY AFFECTED!
|
||||||
|
#logger.debug('(%s) TX Packet to %s on port %s: %s', self._network, _host, _port, h(_packet))
|
||||||
|
|
||||||
# Accept a complete packet, ready to be sent, and send it to all active peers + master in an IPSC
|
# Accept a complete packet, ready to be sent, and send it to all active peers + master in an IPSC
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user