awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesProxy Phase Timeouts

Separate timeout configurations for client, server, connect, and tunnel phases in a proxy.

Distinct from Proxy Timeout Managers: Distinct from Proxy Timeout Managers: focuses on per-phase timeout granularity rather than general connection stability.

Explore 2 awesome GitHub repositories matching data & databases · Proxy Phase Timeouts. Refine with filters or upvote what's useful.

Awesome Proxy Phase Timeouts GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • haproxy/haproxyhaproxy 的头像

    haproxy/haproxy

    6,344在 GitHub 上查看↗

    HAProxy is a high-performance TCP and HTTP proxy that distributes traffic across multiple backend servers to ensure availability and fault tolerance for critical services. It operates in either TCP or HTTP mode, with an event-driven, single-threaded reactor that handles tens of thousands of connections without context switching, and supports kernel-level data transfer to minimize memory usage and latency. What distinguishes HAProxy is its configuration-file-first design, where all load-balancing rules and runtime behavior are defined in a declarative text file parsed at startup. It embeds a L

    Defines separate timeouts for each proxy phase to control idle connection closure.

    Ccachecachingddos-mitigation
    在 GitHub 上查看↗6,344
  • soheilhy/cmuxsoheilhy 的头像

    soheilhy/cmux

    2,710在 GitHub 上查看↗

    cmux is a TCP connection multiplexer and layer four protocol dispatcher. It routes incoming network traffic to different backend handlers by analyzing the initial bytes of the payload, allowing multiple network protocols to share a single IP address and port. The project identifies traffic using protocol signatures, byte-prefix matching, and header-value evaluation. It supports the detection of specific protocols including TLS, HTTP/1, and HTTP/2, and enables bidirectional handshaking where data can be sent back to a client during the matching phase. The routing system includes a first-match

    Defines a time limit for the initial read operation that inspects the connection payload during the matching phase.

    Go
    在 GitHub 上查看↗2,710
  1. Home
  2. Data & Databases
  3. Proxy Timeout Managers
  4. Proxy Phase Timeouts