Skip to content

Commit

Permalink
check time interval
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAlphaFox committed Oct 4, 2021
1 parent e466eb2 commit 8416e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/aiutp.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-define(REORDER_BUFFER_MAX_SIZE,1024).
-define(OUTGOING_BUFFER_MAX_SIZE,1024).
-define(BRUST_OUTGOING_BUFFER_SIZE,1023).
-define(PACKET_SIZE,900).
-define(PACKET_SIZE,1400).
-define(MIN_WINDOW_SIZE,2906).
%-define(MIN_WINDOW_SIZE,7265).
% this is the minimum max_window value. It can never drop below this
Expand All @@ -31,7 +31,7 @@
-define(KEEPALIVE_INTERVAL,29000). %ms
% 29 seconds determined from measuring many home NAT devices
-define(UTP_HEADER_SIZE,20).
-define(TIMEOUT_CHECK_INTERVAL,500).
-define(TIMEOUT_CHECK_INTERVAL,150).
-define(SEQ_NR_MASK,16#FFFF).
-define(ACK_NR_MASK,16#FFFF).
-define(TIMESTAMP_MASK, 16#FFFFFFFF).
Expand Down

0 comments on commit 8416e87

Please sign in to comment.