vapor-community / sockets

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

Make `Port` public in `Socks` module #32

Closed tanner0101 closed 8 years ago

tanner0101 commented 8 years ago

In order to create an InternetAddress, Port needs to be accessible. Currently this is done by import SocksCore.

If Port had a public type alias like InternetAddress, SocksCore would not need to be imported.