| # | Line 65 | Line 65 | static PF comm_connect_timeout; | |
|---|---|---|
| 65 | static void comm_connect_dns_callback(void *vptr, struct DNSReply *reply); | |
| 66 | static PF comm_connect_tryconnect; | |
| 67 | ||
| 68 | – | extern void init_netio(void); |
| 68 | ||
| 69 | /* check_can_use_v6() | |
| 70 | * Check if the system can open AF_INET6 sockets | |
| # | Line 357 | Line 356 | add_connection(struct Listener *listener | |
| 356 | #endif | |
| 357 | strlcat(new_client->host, new_client->sockhost,HOSTLEN+1); | |
| 358 | ||
| 360 | – | new_client->connect_id = ++connect_id; |
| 359 | new_client->localClient->listener = listener; | |
| 360 | ++listener->ref_count; | |
| 361 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |