Skip to content
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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

Flamingorelaxation
Copy link

No description provided.

@@ -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";

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

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

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?

@darkk darkk force-pushed the master branch 6 times, most recently from 7fa694d to 5df6a30 Compare February 1, 2018 20:41
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants