This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wytfy
/
v2ray-core
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
disable domain socket for windows
Darien Raymond
il y a 7 ans
Parent
7f78775ebe
commit
2f74a5d048
3 fichiers modifiés
avec
6 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
transport/internet/domainsocket/dial.go
2
0
transport/internet/domainsocket/listener.go
2
0
transport/internet/domainsocket/listener_test.go
+ 2
- 0
transport/internet/domainsocket/dial.go
Voir le fichier
@@ -1,3 +1,5 @@
+// +build !windows
+
package domainsocket
import (
+ 2
- 0
transport/internet/domainsocket/listener.go
Voir le fichier
@@ -1,3 +1,5 @@
+// +build !windows
+
package domainsocket
import (
+ 2
- 0
transport/internet/domainsocket/listener_test.go
Voir le fichier
@@ -1,3 +1,5 @@
+// +build !windows
+
package domainsocket_test
import (