David Manouchehri c5f91232cb Add TCP CONNECT support to MASQUE (RFC 9114)
Extend MASQUE implementation to support TCP tunneling via standard HTTP/3
CONNECT method, in addition to existing UDP support via CONNECT-UDP:

- Add StreamConn type for TCP data transfer over HTTP/3 stream body
- Update handler to dispatch based on :protocol pseudo-header:
  - "connect-udp" for UDP (RFC 9298)
  - Empty/"HTTP/3.0" for TCP (RFC 9114)
- Add handleConnectTCP() using bidirectional stream relay
- Update connector to support both TCP and UDP networks
- Add connectTCP() for standard CONNECT requests

TCP uses :authority for target address and stream body for data.
UDP uses path template and HTTP/3 datagrams for data.
2025-12-28 23:47:51 +00:00
2025-08-29 23:36:31 +08:00
2025-08-29 23:36:31 +08:00
2025-08-29 23:36:31 +08:00
2025-08-29 23:36:31 +08:00
2025-08-05 00:13:48 +08:00
2025-08-10 18:36:43 +08:00
2025-08-04 19:29:38 +08:00
2025-08-10 18:36:43 +08:00
2025-08-09 16:34:04 +08:00
2025-08-29 23:36:31 +08:00
2025-08-09 16:34:04 +08:00
2025-01-08 23:12:06 +08:00
2025-10-11 21:54:16 +08:00
2025-08-04 19:29:38 +08:00
2024-09-14 23:21:25 +08:00
2025-02-08 23:07:54 +08:00
2024-10-22 22:51:33 +08:00
2025-08-04 19:29:38 +08:00
2025-11-11 12:37:33 +08:00
2022-03-14 20:27:50 +08:00
2022-03-14 20:27:14 +08:00

The extended (may be experimental) features outside the main gost tree.

S
Description
No description provided
Readme 8 MiB
Languages
Go 100%