public bool RequireConfirmation { get; set; }Public Property RequireConfirmation As Boolean
Get
Setfunction get_RequireConfirmation();
function set_RequireConfirmation(value);Maps to IEEE Std 2664-2024 Table 8 bit 0x01 (REQUIRE CONFIRMATION) on the wire. Default value is true, preserving STTP's traditional retransmission semantics where the publisher caches each buffer block until acknowledged and retransmits on timeout.
When set to false, the buffer block is fire-and-forget: no retransmission cache entry is added, the retransmission timer is not (re)started, and the subscriber does not emit a confirmation. Useful for high-rate buffer-block streams over reliable transports (TCP) where the round-trip acknowledgement overhead is unnecessary.