From 71bedf497cde8b0b38afbb366828b3df9c2803d6 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:04:22 +0000 Subject: git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/socket_8h-source.html | 110 ++++++++++++++++++---------------- 1 file changed, 57 insertions(+), 53 deletions(-) (limited to 'docs/module-doc/socket_8h-source.html') diff --git a/docs/module-doc/socket_8h-source.html b/docs/module-doc/socket_8h-source.html index 4001154a5..601404fc3 100644 --- a/docs/module-doc/socket_8h-source.html +++ b/docs/module-doc/socket_8h-source.html @@ -56,61 +56,65 @@ 00092 00097 bool timeout; 00098 -00106 char ibuf[16384]; +00106 char ibuf[65535]; 00107 -00113 std::string IP; -00114 -00119 sockaddr_in client; -00120 -00125 sockaddr_in server; -00126 -00131 socklen_t length; -00132 -00133 public: -00134 -00139 InspSocket(); -00140 -00149 InspSocket(int newfd, char* ip); -00150 -00160 InspSocket(std::string host, int port, bool listening, unsigned long maxtime); -00161 -00167 virtual bool OnConnected(); -00168 -00175 virtual void OnError(InspSocketError e); -00176 -00181 virtual int OnDisconnect(); -00182 -00195 virtual bool OnDataReady(); -00196 -00204 virtual void OnTimeout(); +00111 std::string Buffer; +00112 +00118 std::string IP; +00119 +00124 sockaddr_in client; +00125 +00130 sockaddr_in server; +00131 +00136 socklen_t length; +00137 +00140 void FlushWriteBuffer(); +00141 +00142 public: +00143 +00148 InspSocket(); +00149 +00158 InspSocket(int newfd, char* ip); +00159 +00169 InspSocket(std::string host, int port, bool listening, unsigned long maxtime); +00170 +00176 virtual bool OnConnected(); +00177 +00184 virtual void OnError(InspSocketError e); +00185 +00190 virtual int OnDisconnect(); +00191 +00204 virtual bool OnDataReady(); 00205 -00214 virtual void OnClose(); -00215 -00221 virtual char* Read(); -00222 -00228 std::string GetIP(); -00229 -00236 bool Timeout(time_t current); -00237 -00243 virtual int Write(std::string data); -00244 -00258 virtual int OnIncomingConnection(int newfd, char* ip); -00259 -00265 void SetState(InspSocketState s); -00266 -00270 InspSocketState GetState(); -00271 -00280 bool Poll(); -00281 -00287 int GetFd(); -00288 -00294 virtual void Close(); -00295 -00301 virtual ~InspSocket(); -00302 }; -00303 -00304 #endif -
Generated on Thu Dec 15 11:14:14 2005 for InspIRCd by  +00213 virtual void OnTimeout(); +00214 +00223 virtual void OnClose(); +00224 +00230 virtual char* Read(); +00231 +00237 std::string GetIP(); +00238 +00245 bool Timeout(time_t current); +00246 +00252 virtual int Write(std::string data); +00253 +00267 virtual int OnIncomingConnection(int newfd, char* ip); +00268 +00274 void SetState(InspSocketState s); +00275 +00279 InspSocketState GetState(); +00280 +00289 bool Poll(); +00290 +00296 int GetFd(); +00297 +00303 virtual void Close(); +00304 +00310 virtual ~InspSocket(); +00311 }; +00312 +00313 #endif +
Generated on Mon Dec 19 18:02:13 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3