init(_:)
Create an instance of TCP.
Declaration
init(@ProtocolStackBuilder<IP> _ builder: () -> IP)Parameters
- builder:
The protocol stack below TCP. Defaults to
IP().
Create an instance of TCP.
init(@ProtocolStackBuilder<IP> _ builder: () -> IP)The protocol stack below TCP. Defaults to IP().