chore(constants): internal/constants/vpn package
This commit is contained in:
8
internal/constants/protocol.go
Normal file
8
internal/constants/protocol.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
// TCP is a network protocol (reliable and slower than UDP).
|
||||
TCP string = "tcp"
|
||||
// UDP is a network protocol (unreliable and faster than TCP).
|
||||
UDP string = "udp"
|
||||
)
|
||||
Reference in New Issue
Block a user