Differences From Artifact [cfa41043ad]:
- File src/OFTCPSocketSOCKS5Connector.h — part of check-in [eb2bfc674b] at 2021-11-07 20:02:32 on branch trunk — Make SOCKS5 work with TLS sockets (user: js, size: 1351) [annotate] [blame] [check-ins using]
To Artifact [a3decd0834]:
- File src/OFTCPSocketSOCKS5Connector.h — part of check-in [f7abfde081] at 2021-04-30 21:15:25 on branch trunk — OFTCPSocketSOCKS5Connector: Move state enum to .m (user: js, size: 1330) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - |
OF_ASSUME_NONNULL_BEGIN
@class OFString;
@interface OFTCPSocketSOCKS5Connector: OFObject <OFTCPSocketDelegate>
{
OFTCPSocket *_socket;
|
| ︙ |