Changeset 2a6ca4f for conf.c


Ignore:
Timestamp:
2006-01-04T11:16:58Z (19 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0196c47
Parents:
13c4cd3
Message:

Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ::ffff:style addresses.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    r13c4cd3 r2a6ca4f  
    4646        conf = g_new0( conf_t, 1 );
    4747       
     48#ifdef IPV6
     49        conf->iface = "::";
     50#else
    4851        conf->iface = "0.0.0.0";
     52#endif
    4953        conf->port = 6667;
    5054        conf->nofork = 0;
Note: See TracChangeset for help on using the changeset viewer.