Skip to content

Please provide Lua API for TSHttpTxnOutgoingAddrSet #3468

Description

@xeron

I'd like to see Lua API for TSHttpTxnOutgoingAddrSet.

Some details are in #3421.

Use case in similar to squid's tcp_outgoing_address and needed for servers with high amount of outgoing connections to the same address:port pair to avoid TIME_WAIT and outgoing ports congestion:

# squid example for 33% of traffic per IP
acl third random 1/3
acl half random 1/2
tcp_outgoing_address 1.1.1.1 third
tcp_outgoing_address 2.2.2.2 half
tcp_outgoing_address 3.3.3.3

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions