max_retransmits Property

The number of times to retry sending a failed packet before disconnecting.

Syntax

def get_max_retransmits() -> int: ...
def set_max_retransmits(value: int) -> None: ...

max_retransmits = property(get_max_retransmits, set_max_retransmits)

Default Value

3

Remarks

This property allows you to specify the number of times that you would like to try re-sending the last data packet if the original packet fails.

The retransmit_timeout determines the wait time (in seconds) between successive retransmissions.

The default value for the max_retransmits property is 3.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]