Skip to content

Commit

Permalink
Merge pull request #757 from tempesta-tech/ak-692
Browse files Browse the repository at this point in the history
Fix #692
  • Loading branch information
krizhanovsky authored Jul 16, 2017
2 parents d791708 + b992270 commit 2d99aa5
Show file tree
Hide file tree
Showing 11 changed files with 2,224 additions and 187 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ performance characteristics in comparison with TCP servers on top of common
Socket API or even kernel sockets.

We do our best to keep the kernel modifications as small as possible. Current
[patch](https://github.com/tempesta-tech/tempesta/blob/master/linux-4.8.15.patch)
[patch](https://github.com/tempesta-tech/tempesta/blob/master/linux-4.9.35.patch)
is just about 2,000 lines.


Expand All @@ -28,9 +28,9 @@ requirements and installation procedures.

To build the module you need to do the following steps:

* Download [the patched Linux kernel](https://github.com/tempesta-tech/linux-4.8.15-tfw)
* Download [the patched Linux kernel](https://github.com/tempesta-tech/linux-4.9.35-tfw)
or patch vanilla kernel on your own using
[linux-4.8.15.patch](https://github.com/tempesta-tech/tempesta/blob/master/linux-4.8.15.patch).
[linux-4.9.35.patch](https://github.com/tempesta-tech/tempesta/blob/master/linux-4.9.35.patch).
* Build, install, and then boot the kernel. Classic build and install procedure
is used. For that, go to the directory with the patched kernel sources, make
sure you have a correct `.config` file, and then do the following (`<N>` is
Expand Down Expand Up @@ -411,7 +411,7 @@ server_forward_timeout <N>;

`server_forward_retries` sets the maximum number of attempts to re-forward
a request to a server. If not defined, the default number of attempts is 5.
The value of zero specified for `N` means unlimited number of attempts.
The value of zero specified for `N` means that requests will be sent only once.

`server_forward_timeout` set the maximum time frame in seconds within which
a request may still be forwarded. If not defined, the default time frame
Expand Down
Loading

0 comments on commit 2d99aa5

Please sign in to comment.