IPWorks WebSockets 2020 iOS Edition

Questions / Feedback?

connectionBacklog (property)

The maximum number of pending connections maintained by the TCP/IP subsystem.

Syntax

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

Default Value

5

Remarks

This property contains the maximum number of pending connections maintained by the TCP/IP subsystem. This value reflects the SOMAXCON option for the main listening socket. The default value for most systems is 5. You may set this property to a larger value if the server is expected to receive a large number of connections, and queuing them is desirable.

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