Skip to content

Conversation

@Flamingorelaxation
Copy link

No description provided.

#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

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

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