Commit a18d548509cc24c3895bac10c9836dd99f1b3a22
- Diff rendering mode:
- inline
- side by side
sockets.c
(1 / 1)
|   | |||
| 67 | 67 | attemptConnection(char *host, char *svc) | |
| 68 | 68 | { | |
| 69 | 69 | struct addrinfo hints, *res, *res0; | |
| 70 | int rv=ERR_ERRNO, i, flag; | ||
| 70 | int rv=ERR_ERRNO; | ||
| 71 | 71 | register int s = -1; | |
| 72 | 72 | struct linger l; | |
| 73 | 73 | int fflags =0; |

