Which part of the source code is considered the bootstrapping of Swift-NIO?
TyrfingMjolnir opened this issue · 0 comments
TyrfingMjolnir commented
Which part of the source code is considered the bootstrapping of Swift-NIO?
The part where one can set if Swift NIO is to use
- IPv4
- IPv6
- Both: try bootstrap.connect( host: host, port: port ).wait()
- Unix Domain Sockets: try bootstrap.connect( unixDomainSocketPath: path ).wait()
https://apple.github.io/swift-nio/docs/current/NIO/Enums/SocketAddress.html
https://apple.github.io/swift-nio/docs/current/NIO/Classes/ServerBootstrap.html
Don't you proxy your stuff?
find /opt/local/dev/swift-talk-backend -type f -exec grep ServerBootstrap {} \; -print