Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ruti committed Jul 29, 2024
1 parent 61883cd commit dcf5ed7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions params.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include <stdint.h>
#include <stdio.h>

#include "mpool.h"

#ifdef _WIN32
Expand Down
2 changes: 1 addition & 1 deletion proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ int udp_associate(struct poolhd *pool,
del_event(pool, pair);
return -1;
}
pair->in6 = dst->in6;
pair->in6 = addr.in6;
}
//
socklen_t sz = sizeof(addr);
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ciadpi --fake -1 --ttl 8
Таймаут ожидания первого ответа от сервера в секундах
В Linux переводится в миллисекунды, поэтому можно указать дробное число

-K, --proto[=t,h]
Белый список протоколов: tls,http
-K, --proto <t,h,u>
Белый список протоколов: tls,http,udp

-H, --hosts <file|:string>
Ограничить область действия параметров списком доменов
Expand Down

0 comments on commit dcf5ed7

Please sign in to comment.