def connectionRefused(self):
     # we don't use these at all for udp, so skip the CallbackConnection
     DatagramProtocol.connectionRefused(self)
Exemple #2
0
 def connectionRefused(self):
     return DatagramProtocol.connectionRefused(self)
 def connectionRefused(self):
     # we don't use these at all for udp, so skip the CallbackConnection
     DatagramProtocol.connectionRefused(self)