Parent Directory
|
Revision Log
|
Patch
| Revision 1.99 by sysadm, Thu Dec 18 08:22:53 2025 UTC | Revision 1.100 by sysadm, Thu Dec 18 08:38:55 2025 UTC | |
|---|---|---|
| # | Line 573 static int bbsnet_connect(int n) | Line 573 static int bbsnet_connect(int n) |
| 573 | (ts_now.tv_nsec - ts_begin.tv_nsec) / 1000 / 1000) / | (ts_now.tv_nsec - ts_begin.tv_nsec) / 1000 / 1000) / |
| 574 | REMOTE_CONNECT_TIMEOUT / 10 + | REMOTE_CONNECT_TIMEOUT / 10 + |
| 575 | 1; | 1; |
| 576 | if (progress < 0) | |
| 577 | { | |
| 578 | progress = 0; | |
| 579 | } | |
| 580 | if (progress > 100) | |
| 581 | { | |
| 582 | progress = 100; | |
| 583 | } | |
| 584 | ||
| 585 | if (progress > progress_last) | if (progress > progress_last) |
| 586 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |