Go to file
RPRX 8cd9a74376
XHTTP client: Refactor "packet-up" mode, chasing "stream-up" (#4150)
* Add wroteRequest (waiting for new quic-go)

* Use XTLS/quic-go instead

* Client doesn't need `scMaxConcurrentPosts` anymore

* GotConn is available in H3

* `scMaxConcurrentPosts` -> `scMaxBufferedPosts` (server only, 30 by default)

Fixes https://github.com/XTLS/Xray-core/issues/4100
2024-12-11 14:05:39 +00:00
.github
app Core: Fix memory leaks with RequireFeatures() (#4095) 2024-12-11 01:07:52 +00:00
common
core Core: Fix memory leaks with RequireFeatures() (#4095) 2024-12-11 01:07:52 +00:00
features
infra XHTTP client: Refactor "packet-up" mode, chasing "stream-up" (#4150) 2024-12-11 14:05:39 +00:00
main
proxy Core: Fix memory leaks with RequireFeatures() (#4095) 2024-12-11 01:07:52 +00:00
testing
transport XHTTP client: Refactor "packet-up" mode, chasing "stream-up" (#4150) 2024-12-11 14:05:39 +00:00
.gitignore
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
go.mod XHTTP client: Refactor "packet-up" mode, chasing "stream-up" (#4150) 2024-12-11 14:05:39 +00:00
go.sum XHTTP client: Refactor "packet-up" mode, chasing "stream-up" (#4150) 2024-12-11 14:05:39 +00:00

README.md

Project X

Project X originates from XTLS protocol, providing a set of network tools such as Xray-core and REALITY.

README is open, so feel free to submit your project here.

Donation & NFTs

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (non-Chinese)

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main

Reproducible Releases

make

Stargazers over time

Stargazers over time