Code cleanup
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <sstp/clientsocketsender.hpp>
|
||||
|
||||
/// @brief [0]=program [1]=SERVERMODE [2]={port}
|
||||
/// @Note Currently this method will never return. The application is terminate with CTRL-C. Ideally, we would exit is some cleaner fashion
|
||||
/// @Note Currently this method will never return. The application is terminated with CTRL-C. Ideally, we would exit in some cleaner fashion
|
||||
/// perhaps by implementing a CTRL-C hook and then destroying the SocketServer properly by calling it's destructor. See SocketServer::~SocketServer()
|
||||
/// @param commands
|
||||
void SSTP::handleServer(Block<String>& commands)
|
||||
|
||||
Reference in New Issue
Block a user