SecureBlackbox 2020 Python Edition

Questions / Feedback?

socket_use_i_pv6 Property

Enables or disables IP protocol version 6.

Syntax

def get_socket_use_i_pv6() -> bool: ...
def set_socket_use_i_pv6(value: bool) -> None: ...

socket_use_i_pv6 = property(get_socket_use_i_pv6, set_socket_use_i_pv6)

Default Value

FALSE

Remarks

Enables or disables IP protocol version 6.

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