0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-25 19:25:30 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Leonid Evdokimov
9ef1950dd1 Fix typo 2016-08-19 16:20:22 +03:00
Leonid Evdokimov
a1be0807ef Implement redsocks_conn_max option, simplify accept-backoff
Sophisticated accept-backoff is not required, it's ONLY purpose is to
protect against busy-loop when `redsocks_conn_max` does not match
RLIMIT_NOFILE.
2016-04-14 22:53:50 +03:00
Leonid Evdokimov
7963de73d4 Add on_proxy_fail to inform user's browser about sort of failure
Use the feature with care, enable it only for HTTP port to avoid
confusion, no client protocol detection is done at the moment.
2016-04-13 02:30:08 +03:00
Leonid Evdokimov
6804500a0a Add tests for authentication failure 2016-04-13 01:38:38 +03:00
Leonid Evdokimov
7b1f67b395 Test that nonce reuse in http-digest actually works 2016-04-12 23:47:11 +03:00
Leonid Evdokimov
91fcbd1a68 Add protocol latency tests 2016-04-12 22:22:20 +03:00
Leonid Evdokimov
aa6c7500aa Add smoke tests 2016-04-12 12:16:28 +03:00