IPWorks SSH 2020 Python Edition

Questions / Feedback?

default_eol Property

A default EOL value to be used by incoming connections.

Syntax

def get_default_eol() -> bytes: ...
def set_default_eol(value: bytes) -> None: ...

default_eol = property(get_default_eol, set_default_eol)

Default Value

""

Remarks

This property contains a default End Of Line (EOL) value to be used by incoming connections. Once the class accepts and establishes an inbound connection, it will set that connection's EOL to the value in this property. By default, this value is empty (""), meaning that data will be fired as it is received.

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