socks5d ~master (2019-03-03T23:36:27Z)
Dub
Repo
Application
socks5d
driver
Undocumented in source.
interface
Application {
int
run
();
void
addServer
(Server server);
bool
fileExists
(string filename);
}
Members
Functions
addServer
void
addServer
(Server server)
Undocumented in source.
fileExists
bool
fileExists
(string filename)
Undocumented in source.
run
int
run
()
Undocumented in source.
Meta
Source
See Implementation
socks5d
driver
aliases
ConnectionCallback
interfaces
Application
Connection
ConnectionListener
Logger