tpws: fix MSS apply in transparent mode

This commit is contained in:
bol-van
2024-10-15 10:35:27 +03:00
parent ea97e9ade2
commit 47c08d0ab5
2 changed files with 22 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ struct tproxy_conn
int splice_pipe[2];
conn_state_t state;
conn_type_t conn_type;
sockaddr_in46 src, dest;
sockaddr_in46 client, dest; // ip:port of client, ip:port of target
struct tproxy_conn *partner; // other leg
time_t orphan_since;