Property UdpSendCount
UdpSendCount
The number of times the Udp message is sent. Any value less than 2 will result in one message being sent. SSDP spec recommends sending messages multiple times (not more than 3) to account for possible packet loss over UDP.
Declaration
public int UdpSendCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |