Field DefaultUdpResendCount
The default number of times to resend each UDP packet.
Namespace: Rssdp.Infrastructure
Assembly: cs.temp.dll.dll
Syntax
public const int DefaultUdpResendCount = 3
Returns
Type | Description |
---|---|
System.Int32 |
Remarks
SSDP spec recommends sending messages multiple times (not more than 3) to account for possible packet loss over UDP.
This constant has a value of 3.