Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
39406160
Commit
39406160
authored
Apr 21, 2020
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentations
parent
f6d3d095
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
core/src/main/java/com/github/shadowsocks/bg/ProxyInstance.kt
.../src/main/java/com/github/shadowsocks/bg/ProxyInstance.kt
+0
-2
plugin/README.md
plugin/README.md
+1
-2
No files found.
core/src/main/java/com/github/shadowsocks/bg/ProxyInstance.kt
View file @
39406160
...
...
@@ -143,8 +143,6 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro
cmd
+=
Acl
.
getFile
(
route
).
absolutePath
}
// if (DataStore.tcpFastOpen) cmd += "--fast-open"
service
.
data
.
processes
!!
.
start
(
cmd
)
}
...
...
plugin/README.md
View file @
39406160
...
...
@@ -50,8 +50,7 @@ In addition to functionalities of a normal plugin, it has to support these addit
*
`-V`
: VPN mode. In this case, the plugin should pass all file descriptors that needs protecting
from VPN connections (i.e. its traffic will not be forwarded through the VPN) through an
ancillary message to
`./protect_path`
;
*
`--fast-open`
: TCP fast open enabled.
ancillary message to
`./protect_path`
.
### Implement a binary provider
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment