defaultTimeout (property)

An initial timeout value to be used by incoming connections.

Syntax

@property (nonatomic,readwrite,assign,getter=defaultTimeout,setter=setDefaultTimeout:) int defaultTimeout;
- (int)defaultTimeout;
- (void)setDefaultTimeout:(int)newDefaultTimeout;
public var defaultTimeout: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

This property is used by the class to set the operational timeout value of all inbound connections once they are established.

By default, the timeout is 0, meaning that all inbound connections will behave asynchronously.

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