Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News WANPIPE 3.3.15 (Development branch) Post 302270757 by Linux Bot on Monday 22nd of December 2008 07:30:06 PM
Old 12-22-2008
WANPIPE 3.3.15 (Development branch)

WANPIPE S-series is a family of intelligent multi-protocol WAN and ADSL adapters that support data transfer rates up to 8Mbps. All WAN protocols supported by WANPIPE are implemented in firmware and run on the card. An advantage of an intelligent adapter is that it offloads the system CPU and improves stability. By adding a Sangoma WAN/ADSL component to the Linux kernel, one can create a powerful multi-T1/ADSL router/firewall with proven reliability of Linux. Sangoma S-series cards support an optional on board T1/E1 CSU/DSU that eliminates all external components of a traditional routing solution: i.e. T1/E1 line can be directly connected to the card. WANPIPE supports the following protocols, ATM, ADSL, Frame Relay, PPP, MULTILINK PPP, CHDLC, X25(API), BitStreaming (API), BiSync(API), and SDLC(API). Furthermore, WANPIPE supports custom API development such as: Credit card verification, Voice-over IP, Satellite Comm. All device drivers are part of the standard Linux Kernel distribution. License: GNU General Public License (GPL)Changes:
This release adds support for B600 Analog Card, task stop function on shutdown, X21 support, an option to run Zaptel & TDM API on the same span, and the XMTP2 API for old PMC T1/E1 cards. It fixes the TTY driver for Linux kernel 2.6.26 and greater, tristate mode using wanpipemon, yellow alarm handler on T1/E1, E3 support for A301 cards, Serial AFT card events, and the Channel Bank ring problem on AFT T1/E1 cards. It updates AFT Core to fix XMTP2 startup with 16E1 links.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 01:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy