Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
2a6ca4f
for
conf.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
conf.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
conf.c
r13c4cd3
r2a6ca4f
46
46
conf = g_new0( conf_t, 1 );
47
47
48
#ifdef IPV6
49
conf->iface = "::";
50
#else
48
51
conf->iface = "0.0.0.0";
52
#endif
49
53
conf->port = 6667;
50
54
conf->nofork = 0;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive