tcsd now, by default, listens to both IPv4 and IPv6 sockets. If the machine where it's installed doesn't support IPv6, it logs the info, but binds only to IPv4 addresses (i.e. it doesn't fail unless both protocols are unavailable).
Two new configuration options (disable_ipv4 and disable_ipv6) were added to let the admin select which protocol he wants to enable/disable. As mentioned before, by default, the tcsd accepts both protocols. Richard Maciel (3): Adds IPv6 support for the tcsd Added disable_ipv4 and disable_ipv6 config options Link new options to daemon code dist/tcsd.conf.in | 21 ++++ src/include/tcsd.h | 10 +- src/tcsd/svrside.c | 317 +++++++++++++++++++++++++++++++++++++++++---------- src/tcsd/tcsd_conf.c | 33 ++++++ 4 files changed, 318 insertions(+), 63 deletions(-) -- 1.8.1.4 ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
