mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and
at connect() time it's decided which one should be used. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1334 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5afb3c1454
commit
4c7b07ed3f
21 changed files with 216 additions and 127 deletions
|
|
@ -16,7 +16,7 @@ struct _SERVER_SETUP_REC {
|
|||
|
||||
extern GSList *setupservers;
|
||||
|
||||
extern IPADDR *source_host_ip; /* Resolved address */
|
||||
extern IPADDR *source_host_ip4, *source_host_ip6; /* Resolved address */
|
||||
extern int source_host_ok; /* Use source_host_ip .. */
|
||||
|
||||
/* Fill reconnection specific information to connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue