StatesEnum Enumeration
    
 

Description

These constant values describe possible states that wodVPN can have during his connection.

Members

ConstantValueDescription
 Disconnected0Disconnected from remote peer.
 Listening1Listening for incoming connections.
 Searching2Searching for remote peer.
 Linking3Linking with remote peer (trying to find UDP hole).
 Connecting4Connecting with remote peer.
 Disconnecting5Disconnecting from remote peer.
 Connected6Connected to remote peer.