default_max_line_length Property

The default maximum line length value for inbound connections.

Syntax

def get_default_max_line_length() -> int: ...
def set_default_max_line_length(value: int) -> None: ...

default_max_line_length = property(get_default_max_line_length, set_default_max_line_length)

Default Value

2048

Remarks

This property controls the default size of an internal buffer which holds received data while waiting for an end-of-line (EOL) string.

The minimum value for this property is 256 bytes. The default value is 2048 bytes.

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