Open
Conversation
This reverts commit 32d5df0.
semigodking
reviewed
Jun 19, 2017
| #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"; |
main.c
Outdated
|
|
||
| extern app_subsys redsocks_subsys; | ||
| extern app_subsys base_subsys; | ||
| #ifndef ANDROID |
There was a problem hiding this comment.
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
|
|
||
| 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.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.