ignore (for now) failed return packets
This commit is contained in:
@@ -443,7 +443,10 @@ def readsock(sock):
|
||||
rmsg = 'ACK'
|
||||
else:
|
||||
opkt = dicttos('ACK', rmsg, host.cver > 1) # clients w/ ver 2+ can cope
|
||||
try:
|
||||
ss=sock.sendto(opkt, addr)
|
||||
except:
|
||||
pass # XXX return pkg failes
|
||||
if DEBUG > 2: print "sendto1: %s (%s) %s %s" % (addr, len(opkt), op, str(rmsg)[:50])
|
||||
|
||||
# send any commands we have queued
|
||||
|
||||
Reference in New Issue
Block a user