Add ProtocolApi module
This commit is contained in:
parent
6d6710db4a
commit
de65a03998
10 changed files with 359 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package org.amnezia.vpn.protocol
|
||||
|
||||
enum class ProtocolState {
|
||||
CONNECTED,
|
||||
CONNECTING,
|
||||
DISCONNECTED,
|
||||
DISCONNECTING,
|
||||
UNKNOWN
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue