dont_route Property

If set to True, it forces the socket to send data directly to interface (no routing).

Syntax

def get_dont_route() -> bool: ...
def set_dont_route(value: bool) -> None: ...

dont_route = property(get_dont_route, set_dont_route)

Default Value

FALSE

Remarks

If this property is set to True, it forces the socket to send data directly to interface (no routing). Normally IP sockets send packets of data through routers and gateways until they reach the final destination. If this property is set to True, then data will be delivered on the local subnet only.

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