Structure
WebSocket.Configuration
Stores configuration for a WebSocket client/server instance
struct Configuration
Topics
Initializers
Instance Properties
var maxAccumulatedFrameCount: IntMax number of fragments in an aggregated frame. SeeNIOWebSocketFrameAggregatorfor details.var maxAccumulatedFrameSize: IntMaximum frame size after aggregation. SeeNIOWebSocketFrameAggregatorfor details.var minNonFinalFragmentSize: IntDefends against small payloads in frame aggregation. SeeNIOWebSocketFrameAggregatorfor details.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype