mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
"Temporary error in nameserver" shouldn't remove server reconnections.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@412 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c15f655bca
commit
2f97b822fb
3 changed files with 24 additions and 8 deletions
|
|
@ -58,6 +58,9 @@ int net_gethostbyname(const char *addr, IPADDR *ip);
|
|||
int net_gethostbyaddr(IPADDR *ip, char **name);
|
||||
/* get error of net_gethostname() */
|
||||
const char *net_gethosterror(int error);
|
||||
/* return TRUE if host lookup failed because it didn't exist (ie. not
|
||||
some error with name server) */
|
||||
int net_hosterror_notfound(int error);
|
||||
|
||||
/* Get socket address/port */
|
||||
int net_getsockname(int handle, IPADDR *addr, int *port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue