Parent Directory
|
Revision Log
|
Patch
| Revision 1.100 by sysadm, Thu Dec 18 08:38:55 2025 UTC | Revision 1.101 by sysadm, Thu Dec 18 08:52:22 2025 UTC | |
|---|---|---|
| # | Line 531 static int bbsnet_connect(int n) | Line 531 static int bbsnet_connect(int n) |
| 531 | } | } |
| 532 | ts_now = ts_begin; | ts_now = ts_begin; |
| 533 | ||
| 534 | while ((ts_now.tv_sec - ts_begin.tv_sec) + | while ((ts_now.tv_sec - ts_begin.tv_sec) * 1000 + |
| 535 | (ts_now.tv_nsec - ts_begin.tv_nsec) / 1000 / 1000 / 1000 < | (ts_now.tv_nsec - ts_begin.tv_nsec) / 1000 / 1000 < |
| 536 | REMOTE_CONNECT_TIMEOUT && | REMOTE_CONNECT_TIMEOUT * 1000 && |
| 537 | !sock_connected && !SYS_server_exit) | !sock_connected && !SYS_server_exit) |
| 538 | { | { |
| 539 | #ifdef HAVE_SYS_EPOLL_H | #ifdef HAVE_SYS_EPOLL_H |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |