RuntimeError: maximum recursion depth exceeded while getting the repr of an object
threading.Timer格式写错。例如:timers[seq] = threading.Timer(time_limit, send_pkt())应该改成:timers[seq] = threading.Timer(time_limit, send_pkt)再如:timers[seq] = threading.Timer(time_limit, send_pkt(seq, d...