fix(native): delay relay ACK behind cloud NAT reply
This commit is contained in:
parent
b53e32fb0b
commit
a995d3660c
3 changed files with 11 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ native_network:
|
|||
gateway_ipv4: 172.16.0.1
|
||||
relay_ipv4: 43.153.193.169
|
||||
handshake_direction: NATIVE_INITIATED_OUTBOUND_ICMP
|
||||
native_ack_delay_seconds: 0.25
|
||||
public_nat_address_recorded_in_world: false
|
||||
gestational_continuity:
|
||||
id: GLS-0845
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ handshake:
|
|||
direction: NATIVE_INITIATED_OUTBOUND_ICMP
|
||||
request_magic_source: CURRENT_HLDP_COMMAND
|
||||
response_marker: HLDP-NATIVE-ACK!
|
||||
response_delay_seconds: 0.25
|
||||
response_delay_reason: ALLOW_KERNEL_NAT_REPLY_THEN_NATIVE_RX_REPOST
|
||||
expected_sequences: 1-16
|
||||
ordinary_echo_action: IGNORE
|
||||
stale_sequence_action: IGNORE_WITHOUT_STATE_ADVANCE
|
||||
|
|
|
|||
Loading…
Reference in a new issue