-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updare #106
base: master
Are you sure you want to change the base?
Updare #106
Conversation
This reverts commit 32d5df0.
@@ -1,6 +1,6 @@ | |||
#ifndef VERSION_H_SUN_NOV_27_03_22_30_2011 | |||
#define VERSION_H_SUN_NOV_27_03_22_30_2011 | |||
|
|||
extern const char* redsocks_version; | |||
const char* redsocks_version = "SUN_NOV_27_03_22_30_2011"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change?
main.c
Outdated
@@ -29,13 +29,17 @@ | |||
|
|||
extern app_subsys redsocks_subsys; | |||
extern app_subsys base_subsys; | |||
#ifndef ANDROID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if redudp is removed just because lacking of support of tsearch/tfind, i do not think redudp should be disabled for android. Some people may need it.
log.c
Outdated
@@ -44,7 +44,9 @@ static void fprint_timestamp( | |||
|
|||
static void stderr_msg(const char *file, int line, const char *func, int priority, const char *message, const char *appendix) | |||
{ | |||
#ifndef ANDROID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what reason this change is required? If you do not want to send output to stderr, why not make changes to config file?
7fa694d
to
5df6a30
Compare
- Use splice() on Linux to move bytes around, it reduces CPU usage - Add tcp_keepalive_* options to override timer values - New options for HTTP CONNECT proxies: disclose_src, on_proxy_fail - Add several options for graceful handling of connection pressure - Fix several crashes & bugs
No description provided.