Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News LANforge FIRE & ICE 5.0.9 (Default branch) Post 302282415 by Linux Bot on Friday 30th of January 2009 10:10:11 PM
Old 01-30-2009
LANforge FIRE & ICE 5.0.9 (Default branch)

Image LANforge is a unified multi-protocol network traffic generation and WAN emulation application. It allows users to generate real world customer traffic in a controllable manner. The WAN emulator allows the injection of latency and other network oddities like dropped, duplicated, and re-ordered packets. LANforge includes a drag-and-drop virtual network builder that supports virtual routers, WAN links, traffic-generating nodes, and more. It provides a scriptable command line interface with Perl libraries as well as a graphical user interface. License: Other/Proprietary License with Free Trial Changes:
LANforge now supports the IPv6 protocol. The Windows build more closely matches the feature set of Linux, and Solaris x86 and SPARC are supported as well. The graphical network builder supports virtual routers, including OSPF and subnet routing for IPv4 and IPv6, network impairments, traffic-generating nodes, and more. The GUI and other components have been improved to scale past 4000 concurrent connections on modern hardware. The network emulator and traffic generator support 10G networks. Image

Image

More...
 
IPSEC_IPSEC_VERSION_CODE(3)				     Library Functions Manual				       IPSEC_IPSEC_VERSION_CODE(3)

NAME
ipsec_ipsec_version_code, ipsec_ipsec_version_string, ipsec_ipsec_copyright_notice - get IPsec version code, full version string, copyright notice SYNOPSIS
#include <freeswan.h> const char *ipsec_version_code(void); const char *ipsec_version_string(void); const char **ipsec_copyright_notice(void); DESCRIPTION
These functions provide information on version numbering and copyright of the Linux FreeS/WAN IPsec implementation. Ipsec_version_code returns a pointer to a string constant containing the current IPsec version code, such as ``1.92'' or ``snap2001Nov19b''. Ipsec_version_string returns a pointer to a string constant giving a full version identification, consisting of the version code preceded by a prefix identifying the software, e.g. ``Linux FreeS/WAN 1.92''. Ipsec_copyright_notice returns a pointer to a vector of pointers, terminated by a NULL, which is the text of a suitable copyright notice. Each pointer points to a string constant (possibly empty) which is one line of the somewhat-verbose copyright notice. The strings are NUL- terminated and do not contain a newline; supplying suitable line termination for the output device is the caller's responsibility. SEE ALSO
ipsec(8) HISTORY
Written for the FreeS/WAN project by Henry Spencer. 21 Nov 2001 IPSEC_IPSEC_VERSION_CODE(3)
All times are GMT -4. The time now is 07:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy