Xray-core/transport/internet/splithttp
mmmray 30af792777
SplitHTTP: Rename three options & Reduce server defaults (#3611)
* maxUploadSize -> scMaxEachPostBytes, default is 1MB on both sides (was 2MB on the server)
* minUploadIntervalMs -> scMinPostsIntervalMs, default is 30ms on the client (no server support for now)
* maxConcurrentUploads -> scMaxConcurrentPosts, default is 100 on both sides (was 200 on the server)
2024-07-29 10:10:29 +00:00
..
browser_client.go Add SplitHTTP Browser Dialer support (#3484) 2024-07-11 07:56:20 +00:00
client.go Fix SplitHTTP Unix domain socket (#3577) 2024-07-22 22:19:31 +02:00
config_test.go SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
config.go SplitHTTP: Rename three options & Reduce server defaults (#3611) 2024-07-29 10:10:29 +00:00
config.pb.go SplitHTTP: Rename three options & Reduce server defaults (#3611) 2024-07-29 10:10:29 +00:00
config.proto SplitHTTP: Rename three options & Reduce server defaults (#3611) 2024-07-29 10:10:29 +00:00
connection.go Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00
dialer.go SplitHTTP: Rename three options & Reduce server defaults (#3611) 2024-07-29 10:10:29 +00:00
hub.go SplitHTTP: Rename three options & Reduce server defaults (#3611) 2024-07-29 10:10:29 +00:00
lazy_reader.go Refactor log (#3446) 2024-06-29 14:32:57 -04:00
splithttp_test.go SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
splithttp.go Refactor log (#3446) 2024-06-29 14:32:57 -04:00
upload_queue_test.go splithttp Read() using blocking mode (#3473) 2024-06-24 11:09:24 -04:00
upload_queue.go SplitHTTP server: Fix panic during concurrent Close and Push (#3593) 2024-07-26 04:36:55 +02:00