1
0
mirror of https://github.com/apple/swift-nio-extras.git synced 2025-06-01 18:53:35 +08:00

2 Commits

Author SHA1 Message Date
Rick Newton-Rogers
54def83a52
update generated test script from swift-nio ()
The newer version of the script automatically calculates accurate
copyright date statements.
2022-12-02 15:17:43 +00:00
David Evans
806a0ead2c
Implement a SOCKSv5 client ()
Implement a SOCKSv5 client according to RFC 1928. Server implementation will be added in another PR to keep sizes down.

https://datatracker.ietf.org/doc/html/rfc1928

A few meaningful changes:

Add all relevant types used across SOCKS clients and servers
Add a state machine used to manage a connection from a clients side
Add a channel handler that should be added at the very start of a channel pipeline
2021-06-10 12:12:30 +01:00