mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
Enable fix stack for Android 7 and 9
This commit is contained in:
parent
9c4ab0bf33
commit
bc2e3960e4
6 changed files with 41 additions and 44 deletions
|
@ -73,7 +73,7 @@ func NewService(configContent string, platformInterface PlatformInterface) (*Box
|
|||
}
|
||||
|
||||
func (s *BoxService) Start() error {
|
||||
if C.FixAndroidStack {
|
||||
if sFixAndroidStack {
|
||||
var err error
|
||||
done := make(chan struct{})
|
||||
go func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue