1 """Constants.""" 2 3 # After the connection is lost, log warnings after this many write()s. 4 LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 5 6 # Seconds to wait before retrying accept(). 7 ACCEPT_RETRY_DELAY = 1 8