Commit Graph
7 Commits
Author SHA1 Message Date
Jason c18a52bd74 core: process refused TCP data immediately once the connection is ready
If the first TCP data chunk was refused, perhaps due to the
connection was under connecting state (it's almost always the
case), waiting for timers to process the refused data would
introduce a ~250ms (TCP_FAST_INTERVAL) delay for the connection.
(from eycorsican/go-tun2socks)
2019-10-04 21:12:00 +08:00
Jason 8d6508c52f update core 2019-09-11 13:53:11 +08:00
Jason 757fd11af5 fix buffer pool 2019-08-12 15:15:35 +08:00
Jason 51e02d0236 Delete buffer_pool.go 2019-08-12 14:28:39 +08:00
Jason 92a111440e format code 2019-08-11 18:00:23 +08:00
Jason c1740d8704 resize core bufsize 2019-08-11 17:36:53 +08:00
Jason 6d01dec5a4 add go-tun2socks code 2019-07-16 11:37:52 +08:00