Parent Directory
|
Revision Log
|
Patch
| Revision 1.14 by sysadm, Wed Apr 30 09:18:19 2025 UTC | Revision 1.15 by sysadm, Sun May 4 14:54:55 2025 UTC | |
|---|---|---|
| # | Line 27 | Line 27 |
| 27 | ||
| 28 | int net_server(const char *hostaddr, unsigned int port) | int net_server(const char *hostaddr, unsigned int port) |
| 29 | { | { |
| 30 | int namelen, seq, netint, result, flags; | unsigned int namelen; |
| 31 | int result; | |
| 32 | int flags; | |
| 33 | struct sockaddr_in sin; | struct sockaddr_in sin; |
| char temp[256]; | ||
| 34 | fd_set testfds; | fd_set testfds; |
| 35 | struct timeval timeout; | struct timeval timeout; |
| 36 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |