Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "vsnet_socket.h"
#include "vsnet_sockethttp.h"
#include "vsnet_oss.h"
#include "vsnet_err.h"
#include "lin_time.h"
#include "packet.h"
#include "netui.h"
Go to the source code of this file.
Functions | |
bool | ishex (char x) |
static void | hostFromURI (const std::string &uri, std::string &host, std::string &fullhost, std::string &path, unsigned short &port) |
static AddressIP | remoteIPFromURI (const std::string &uri) |
std::ostream & | operator<< (std::ostream &ostr, const VsnetHTTPSocket &s) |
Variables | |
int | NONBLOCKING_CONNECT |
int | errchance = 9 |
|
static |
Definition at line 57 of file vsnet_sockethttp.cpp.
Referenced by VsnetHTTPSocket::lower_selected(), remoteIPFromURI(), and VsnetHTTPSocket::VsnetHTTPSocket().
bool ishex | ( | char | x) |
std::ostream& operator<< | ( | std::ostream & | ostr, |
const VsnetHTTPSocket & | s | ||
) |
Definition at line 166 of file vsnet_sockethttp.cpp.
References VsnetHTTPSocket::dump().
|
static |
Definition at line 81 of file vsnet_sockethttp.cpp.
References hostFromURI(), and NetUIBase::lookupHost().
Referenced by VsnetHTTPSocket::lower_selected(), and VsnetHTTPSocket::VsnetHTTPSocket().
int errchance = 9 |
Definition at line 302 of file vsnet_sockethttp.cpp.
int NONBLOCKING_CONNECT |
Definition at line 57 of file netui.cpp.
Referenced by NetUIBase::createClientSocket(), and VsnetHTTPSocket::lower_sendbuf().