remote_port Property

Sets a specific port for outgoing log packets.

Syntax

def get_remote_port() -> int: ...
def set_remote_port(value: int) -> None: ...

remote_port = property(get_remote_port, set_remote_port)

Default Value

514

Remarks

When a call is made to the send_packet method, the class will send to remote_host on remote_port. The default value is 514, the standard port as defined in the BSD syslog RFC 3164.

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