vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

Add a file descriptor size as `nil` for TCP sockets #155

Closed Joannis closed 6 years ago

tanner0101 commented 6 years ago

I think we don't need this one anymore since we're using separate streams for TLS, TCP, and presumably files.