urgent_data Property

A string of data to be sent urgently (out-of-band) to the remote host.

Syntax

def set_urgent_data(value: bytes) -> None: ...

urgent_data = property(None, set_urgent_data)

Default Value

""

Remarks

The urgent_data property behaves exactly like the data_to_send property except that the data is sent Out Of Band (urgent). This means that the data assigned to urgent_data will bypass the normal TCP queuing mechanism. Use this property with caution.

This property is write-only.

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