From 4d6d3859d208d5576e7149de9a0a5576b7cf5153 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 12 Dec 2005 18:31:52 +0000 Subject: Added extra documentation for InspSocket (at last) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2356 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classSocketEngine.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/module-doc/classSocketEngine.html') diff --git a/docs/module-doc/classSocketEngine.html b/docs/module-doc/classSocketEngine.html index a72e347c6..50de26e7d 100644 --- a/docs/module-doc/classSocketEngine.html +++ b/docs/module-doc/classSocketEngine.html @@ -190,7 +190,7 @@ Definition at line 65<

References DEBUG, EngineHandle, fds, ref, and X_READBIT.

-Referenced by InspSocket::InspSocket(), and InspSocket::Poll().

00066 {
+Referenced by InspSocket::InspSocket(), and InspSocket::Poll().
00066 {
 00067         if ((fd < 0) || (fd > 65535))
 00068                 return false;
 00069         this->fds.push_back(fd);
@@ -264,7 +264,7 @@ Definition at line 103
 

References DEBUG, EngineHandle, fds, ref, and X_READBIT.

-Referenced by InspSocket::Poll(), and Server::UserToPseudo().

00104 {
+Referenced by InspSocket::Poll(), and Server::UserToPseudo().
00104 {
 00105         log(DEBUG,"SocketEngine::DelFd(%d)",fd);
 00106 
 00107         if ((fd < 0) || (fd > 65535))
@@ -448,7 +448,7 @@ References DEBUG, 00164                 
 00165         }
 00166         tval.tv_sec = 0;
-00167         tval.tv_usec = 1000L;
+00167         tval.tv_usec = 100L;
 00168         sresult = select(FD_SETSIZE, &rfdset, &wfdset, NULL, &tval);
 00169         if (sresult > 0)
 00170         {
@@ -463,14 +463,14 @@ References DEBUG, 00179         }
 00180 #endif
 00181 #ifdef USE_KQUEUE
-00182         ts.tv_nsec = 1000L;
+00182         ts.tv_nsec = 10000L;
 00183         ts.tv_sec = 0;
 00184         int i = kevent(EngineHandle, NULL, 0, &ke_list[0], 65535, &ts);
 00185         for (int j = 0; j < i; j++)
 00186                 fdlist.push_back(ke_list[j].ident);
 00187 #endif
 00188 #ifdef USE_EPOLL
-00189         int i = epoll_wait(EngineHandle, events, 65535, 1);
+00189         int i = epoll_wait(EngineHandle, events, 65535, 100);
 00190         for (int j = 0; j < i; j++)
 00191                 fdlist.push_back(events[j].data.fd);
 00192 #endif
@@ -592,7 +592,7 @@ Referenced by Wait()
 
The documentation for this class was generated from the following files:
-
Generated on Mon Dec 12 13:31:13 2005 for InspIRCd by  +
Generated on Mon Dec 12 18:31:03 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.3.1-10-gc9f91