summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-01 07:06:37 +0300
committerdefanor <defanor@uberspace.net>2020-03-01 08:25:17 +0300
commitbad8da311d20a1703adaba93b41f074423ba8ab8 (patch)
tree7e2173ba90e24416f79d56d12c4fe1bd94370ff3 /examples
parent38340aca46a68ab7971cc4dd14b20eac9d4195c3 (diff)
Add SOCKS5 support
Diffstat (limited to 'examples')
-rw-r--r--examples/basic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/basic.c b/examples/basic.c
index 681a0ac..46f6333 100644
--- a/examples/basic.c
+++ b/examples/basic.c
@@ -77,6 +77,8 @@ main () {
struct timeval *mtv;
int n = 0;
+ /* s.socks_host = "127.0.0.1"; */
+ /* s.socks_port = 4321; */
do {