Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbin579 committed Oct 29, 2024
1 parent 00d8f22 commit 77e70d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ Assume that both `tcpcopy` and `intercept` are configured using `./configure`.
3. Permissions: Requires root privilege or the `CAP_NET_RAW` capability (e.g., setcap CAP_NET_RAW=ep tcpcopy).
4. Connection Type: Currently supports only client-initiated connections.
5. SSL/TLS: Does not support replay for applications using SSL/TLS.
6. MySQL Session Replay: For details, visit [session-replay-tools](https://github.com/session-replay-tools/).
7. IP Forwarding: Ensure `ip_forward` is not enabled on the assistant server.
8. Help: For more information, run `./tcpcopy -h` or `./intercept -h`.
6. Since packet forwarding is required, the throughput for a single application connection cannot be too high; otherwise, it won't keep up with the production pace. This is the case for tests like sysbench or ab.
7. MySQL Session Replay: For details, visit [session-replay-tools](https://github.com/session-replay-tools/).
8. IP Forwarding: Ensure `ip_forward` is not enabled on the assistant server.
9. Help: For more information, run `./tcpcopy -h` or `./intercept -h`.

## Influential Factors

Expand Down

0 comments on commit 77e70d0

Please sign in to comment.