Skip to content

Commit

Permalink
more relaxed
Browse files Browse the repository at this point in the history
fixed More relaxing timeout to receive connection data #572
  • Loading branch information
brothercorvo committed May 8, 2023
1 parent 741ccdb commit 3109d05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class ReceiveConnectionsConstants:
def __init__(self):
self.RECEIVECONNECTIONDATATIMEOUT = 4
self.RECEIVECONNECTIONDATATIMEOUT = 30
self.CONNECTION_DATA_BUFFER = 1024
self.TESTDATA = 'TEST'
# timeout for the wrap socket operation in seconds
self.WRAP_SSL_TIMEOUT = 1.0
# number of clients that can attempt to connect at once
self.LISTEN_COUNT = 2000
# ssl socket timeout
self.SSL_SOCK_TIMEOUT = 60
self.SSL_SOCK_TIMEOUT = 60

0 comments on commit 3109d05

Please sign in to comment.