| OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Thu, 30 Nov 2006 15:29:09 GMT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| strsock ManualDescription: OpenSS7 Online ManualsA PDF version of this document is available here. OpenSS7 STREAMS SocketsOpenSS7 STREAMS Sockets Installation and Reference ManualAbout This ManualThis is Edition 3, last updated 2007-06-24, of The OpenSS7 STREAMS Sockets Installation and Reference Manual, for Version 0.9.2 release 3 of the OpenSS7 STREAMS Sockets package. PrefaceNoticeThis package is released and distributed under the GPL (see GNU General Public License). Please note, however, that there are different licensing terms for the manual pages and some of the documentation (derived from OpenGroup1 publications and other sources). Consult the permission notices contained in the documentation for more information. Also note that parts of this software, as identified in Possible BSD Sources, may be derived from software developed by the University of California, Berkeley covered under the Combined USL BSD License (see BSD/USL Combined License). This manual is released under the FDL (see GNU Free Documentation License) with all sections invariant. AbstractThis manual provides a Installation and Reference Manual for OpenSS7 STREAMS Sockets. ObjectiveThe objective of this manual is to provide a guide for the STREAMS programmer when developing STREAMS modules, drivers and application programs for OpenSS7 STREAMS Sockets. This guide provides information to developers on the use of the STREAMS mechanism at user and kernel levels. STREAMS was incorporated in UNIX System V Release 3 to augment the character input/output (I/O) mechanism and to support development of communication services. STREAMS provides developers with integral functions, a set of utility routines, and facilities that expedite software design and implementation. Intent
The intent of this manual is to act as an introductory guide to the STREAMS programmer. It
is intended to be read alone and is not intended to replace or supplement the
OpenSS7 STREAMS Sockets manual pages. For a reference for writing code, the manual pages
(see AudienceThis manual is intended for a highly technical audience. The reader should already be familiar with Linux kernel programming, the Linux file system, character devices, driver input and output, interrupts, software interrupt handling, scheduling, process contexts, multiprocessor locks, etc. The guide is intended for network and systems programmers, who use the STREAMS mechanism at user and kernel levels for Linux and UNIX system communication services. Readers of the guide are expected to possess prior knowledge of the Linux and UNIX system, programming, networking, and data communication. RevisionsTake care that you are working with a current version of this manual: you will not be notified of updates. To ensure that you are working with a current version, contact the Author, or check The OpenSS7 Project website for a current version. A current version of this manual is normally distributed with the OpenSS7 STREAMS Sockets package, strsock-0.9.2.3.2 Version Control
strsock.texi,v
Revision 0.9.2.10 2007/06/23 01:38:27 brian
- updates for release
Revision 0.9.2.9 2007/02/28 06:31:28 brian
- updates and corrections, #ifdef instead of #if
Revision 0.9.2.8 2006/09/18 01:07:16 brian
- updated manuals and release texi docs
Revision 0.9.2.7 2006/09/01 08:55:40 brian
- added headers and working up code
Revision 0.9.2.6 2006/08/29 11:44:05 brian
- added manual pages, working up docs
Revision 0.9.2.5 2006/08/28 10:47:10 brian
- correction
Revision 0.9.2.4 2006/08/28 10:32:58 brian
- updated references
Revision 0.9.2.3 2006/08/27 12:27:12 brian
- finalizing auto release files
Revision 0.9.2.2 2006/08/26 09:19:22 brian
- better release file generation
Revision 0.9.2.1 2006/08/23 10:03:59 brian
- started STREAMS Sockets package
ISO 9000 ComplianceOnly the TeX, texinfo, or roff source for this manual is controlled. An opaque (printed, postscript or portable document format) version of this manual is an UNCONTROLLED VERSION. DisclaimerOpenSS7 Corporation disclaims all warranties with regard to this documentation including all implied warranties of merchantability, fitness for a particular purpose, non-infringement, or title; that the contents of the manual are suitable for any purpose, or that the implementation of such contents will not infringe on any third party patents, copyrights, trademarks or other rights. In no event shall OpenSS7 Corporation be liable for any direct, indirect, special or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with any use of this manual or the performance or implementation of the contents thereof. OpenSS7 Corporation reserves the right to revise this software and documentation for any reason, including but not limited to, conformity with standards promulgated by various agencies, utilization of advances in the state of the technical arts, or the reflection of changes in the design of any techniques, or procedures embodied, described, or referred to herein. OpenSS7 Corporation is under no obligation to provide any feature listed herein. U.S. Government Restricted RightsIf you are licensing this Software on behalf of the U.S. Government ("Government"), the following provisions apply to you. If the Software is supplied by the Department of Defense ("DoD"), it is classified as "Commercial Computer Software" under paragraph 252.227-7014 of the DoD Supplement to the Federal Acquisition Regulations ("DFARS") (or any successor regulations) and the Government is acquiring only the license rights granted herein (the license rights customarily provided to non-Government users). If the Software is supplied to any unit or agency of the Government other than DoD, it is classified as "Restricted Computer Software" and the Government's rights in the Software are defined in paragraph 52.227-19 of the Federal Acquisition Regulations ("FAR") (or any successor regulations) or, in the cases of NASA, in paragraph 18.52.227-86 of the NASA Supplement to the FAR (or any successor regulations). AcknowledgementsAs with most open source projects, this project would not have been possible without the valiant efforts and productive software of the Free Software Foundation and the Linux Kernel Community. SponsorsFunding for completion of the OpenSS7 OpenSS7 STREAMS Sockets package was provided in part by:
Additional funding for The OpenSS7 Project was provided by: ContributorsThe primary contributor to the OpenSS7 OpenSS7 STREAMS Sockets package is Brian F. G. Bidulock. The following is a list of significant contributors to The OpenSS7 Project:
AuthorsThe authors of the OpenSS7 OpenSS7 STREAMS Sockets package include:
See Author Index, for a complete listing and cross-index of authors to sections of this manual. MaintainerThe maintainer of the OpenSS7 OpenSS7 STREAMS Sockets package is:
Please send bug reports to bugs@openss7.org using the send-pr script included in the package, only after reading the BUGS file in the release, or See Problem Reports. Web ResourcesThe OpenSS7 Project provides a website dedicated to the software packages released by the OpenSS7 Project. Bug ReportsPlease send bug reports to bugs@openss7.org using the send-pr script included in the OpenSS7 STREAMS Sockets package, only after reading the BUGS file in the release, or See Problem Reports. You can access the OpenSS7 GNATS database directly via the web, however, the preferred method for sending new bug reports is via mail with the send-pr script. Mailing ListsThe OpenSS7 Project provides a number of general discussion Mailing Lists for discussion concerning the OpenSS7 OpenSS7 STREAMS Sockets package as well as other packages released by The OpenSS7 Project. These are mailman mailing lists and so have convenient web interfaces for subscribers to control their settings. See http://www.openss7.org/mailinglist.html. The mailing lists are as follows:
SpamTo avoid spam being sent to the members of the OpenSS7 mailing list(s), we have blocked mail from non-subscribers. Please subscribe to the mailing list before attempting to post to them. (Attempts to post when not subscribed get bounced.) As an additional measure against spam, subscriber lists for all OpenSS7 mailing lists are not accessible to non-subscribers; for most lists subscriber lists are only accessible to the list administrator. This keeps your mailing address from being picked off our website by bulk mailers. Acceptable Use PolicyIt is acceptable to post professional and courteous messages regarding the OpenSS7 package or any general information or questions concerning STREAMS, SS7, SIGTRAN, SCTP or telecommunications applications in general. Large AttachmentsThe mailing list is blocked from messages of greater than Quick Start GuideOpenSS7 STREAMS SocketsPackage strsock-0.9.2.3 was released under GPLv2 2007-06-24. The OpenSS7 STREAMS Sockets package provides STREAMS modules and drivers, libraries, programs, initialization scripts, and daemons. The OpenSS7 STREAMS Sockets package contains header files and a number of modules and drivers and the associated documentation originally contained in the Linux Fast-STREAMS release, but not contained in the Linux STREAMS (LiS) releases. The package uses the following standard Open Systems Interconnect (OSI) conforming header files from the strxnet package:
The package currently provides the following STREAMS modules and drivers:
The package currently provides the following STREAMS libraries:
The libsocket library implements the following library calls:
The libsocket library only needs to implement the single library call because file descriptors that are returned from the socket(3) call have been transformed into real sockets (from the viewpoint of the system call interface) and standard glibc calls for the remaining functions are used. The libsocklib library implements the following library calls:
The libsocklib library is the older compatibility library approach to providing sockets for STREAMS and implements the system calls as library calls for STREAMS devices, while calling the glibc versions for true sockets. The OpenSS7 STREAMS Sockets package includes kernel modules, SVR 4.2 STREAMS drivers, modules, libraries, utilities, test programs, daemons, and development environment for the development and execution of OpenSS7 STREAMS Sockets modules and drivers. This distribution is only currently applicable to Linux 2.4 and 2.6 kernels and was targeted
at ReleaseThis is the strsock-0.9.2.3 package, released 2007-06-24. This `0.9.2.3' release, and the latest version, can be obtained from the download area of The OpenSS7 Project website using a command such as: $> wget http://www.openss7.org/tarballs/strsock-0.9.2.3.tar.bz2 The release is available as an autoconf(1) tarball, src.rpm or dsc, or as a set of binary rpms or debs. See the download page for the autoconf(1) tarballs, src.rpms or dscs. See the strsock package page for tarballs, source and binary packages. Please see the NEWS file for release notes and history of user visible changes for the current version, and the ChangeLog file for a more detailed history of implementation changes. The TODO file lists features not yet implemented and other outstanding items. Please see the INSTALL, INSTALL-strsock and README-make, files (or see Installation) for installation instructions. When working from cvs(1) or git(1), please see the README-cvs, file (or see Downloading from CVS). An abbreviated installation procedure that works for most applications appears below. This release of the package is published strictly under Version 2 of the GNU Public License which can be found in the file COPYING. Package specific licensing terms (if any) can be found in the file LICENSES. Please respect these licensing arrangements. If you are interested in different licensing terms, please contact the copyright holder, or OpenSS7 Corporation <sales@openss7.com>. See README-alpha (if it exists) for alpha release information. PrerequisitesThe quickest and easiest way to ensure that all prerequisites are met is to download and install this package from within the OpenSS7 Master Package, openss7-0.9.2.F, instead of separately. Prerequisites for the OpenSS7 STREAMS Sockets package are as follows:
(Note: If you acquired strsock a part of the OpenSS7 Master Package, then the dependencies listed below will already have been met by unpacking the master package.)
When configuring and building multiple OpenSS7 Project release packages, place all of the source packages (unpacked tarballs) at the same directory level and all build directories at the same directory level (e.g. all source packages under /usr/src). When installing packages that install as kernel modules, it is necessary to have the correct kernel development package installed. For the following distributions, use the following commands: Ubuntu: $> apt-get install linux-headers
Debian: $> apt-get install kernel-headers
Fedora: $> yum install kernel-devel
You also need the same version of gcc(1) compiler with which the kernel was built. If it is not the default, add `CC=kgcc' on the line after `./configure', for example: $> ../strsock-0.9.2.3/configure CC='gcc-3.4' InstallationThe following commands will download, configure, build, check, install, validate, uninstall and remove the package: $> wget http://www.openss7.org/tarballs/strsock-0.9.2.3.tar.bz2
$> tar -xjvf strsock-0.9.2.3.tar.bz2
$> mkdir build
$> pushd build
$> ../strsock-0.9.2.3/configure --enable-autotest
$> make
$> make check
$> sudo make install
$> sudo make installcheck
$> sudo make uninstall
$> popd
$> sudo rm -rf build
$> rm -rf strsock-0.9.2.3
$> rm -f strsock-0.9.2.3.tar.bz2
If you have problems, try building with the logging targets instead. If the make of a logging target fails, an automatic problem report will be generated that can be mailed to The OpenSS7 Project.6 Installation steps using the logging targets proceed as follows: $> wget http://www.openss7.org/tarballs/strsock-0.9.2.3.tar.bz2
$> tar -xjvf strsock-0.9.2.3.tar.bz2
$> mkdir build
$> pushd build
$> ../strsock-0.9.2.3/configure --enable-autotest
$> make compile.log
$> make check.log
$> sudo make install.log
$> sudo make installcheck.log
$> sudo make uninstall.log
$> popd
$> sudo rm -rf build
$> rm -rf strsock-0.9.2.3
$> rm -f strsock-0.9.2.3.tar.bz2
See README-make for additional specialized make targets. For custom applications, see the INSTALL and INSTALL-strsock files or the see Installation, as listed below. If you encounter troubles, see Troubleshooting, before issuing a bug report. Brief Installation InstructionsThe OpenSS7 STREAMS Sockets package is available from the downloads area of The OpenSS7 Project website using a command such as: $> wget http://www.openss7.org/tarballs/strsock-0.9.2.3.tar.bz2 Unpack the tarball using a command such as: $> tar -xjvf strsock-0.9.2.3.tar.bz2 The tarball will unpack into the relative subdirectory named after the package name: strsock-0.9.2.3. The package builds using the GNU autoconf utilities and the configure script. To build the package, we recommend using a separate build directory as follows: $> mkdir build
$> cd build
$> ../strsock-0.9.2.3/configure
In general, the package configures and builds without adding any special options to the configure script. For general options to the configure script, see the GNU INSTALL file in the distribution: $> less ../strsock-0.9.2.3/INSTALL For specific options to the configure script, see the INSTALL-strsock file in the distribution, or simply execute the configure script with the --help option like so: $> ../strsock-0.9.2.3/configure --help After configuring the package, the package can be compiled simply by issuing the `make' command: $> make Some specialized makefile targets exists, see the README-make file in the distribution or simply invoke the `help' target like so: $> make help | less After successfully building the package, the package can be checked by invoking the `check' make target like so: $> make check After successfully checking the package, the package can be installed by invoking the `install' make target (as root) like so: $> sudo make install The test suites that ship with the package can be invoked after the package has been installed by invoking the `installcheck' target. This target can either be invoked as root, or as a normal user, like so: $> make installcheck (Note: you must add the --enable-autotest flag to configure, above for the test suites to be invoked with `make installcheck'.) The package can be cleanly removed by invoking the `uninstall' target (as root): $> sudo make uninstall Then the build directory and tarball can be simply removed: $> cd ..
$> rm -rf build
$> rm -rf strsock-0.9.2.3
$> rm -f strsock-0.9.2.3.tar.bz2
Detailed Installation InstructionsMore detailed installation instructions can be found in the Installation, contained in the distribution in `text', `info', `html' and `pdf' formats: $> cd ../strsock-0.9.2.3
$> less doc/manual/strsock.txt
$> lynx doc/manual/strsock.html
$> info doc/manual/strsock.info
$> xpdf doc/manual/strsock.pdf
The `text' version of the manual is always available in the MANUAL file in the release. The current manual is also always available online from The OpenSS7 Project website at: $> lynx http://www.openss7.org/strsock_manual.html 1 IntroductionThis manual documents the design, implementation, installation, operation and future development schedule of the OpenSS7 STREAMS Sockets package. 1.1 OverviewThis manual documents the design, implementation, installation, operation and future development of the OpenSS7 STREAMS Sockets package. 1.2 Organization of this ManualThis manual is organized (loosely) into several sections as follows:
1.3 Conventions and DefinitionsThis manual uses texinfo typographic conventions. 2 ObjectiveThe objective of the OpenSS7 STREAMS Sockets package is to provide Sockets capability for STREAMS in a similar manner as provided by SVR 4.2 and later Solaris implementations. To accomplish this there are three (3) approaches that can be taken to implementing Sockets over STREAMS: 2.1 Socket Module
This approach implements the SVR 4.2 There are a set of input-output controls defined for sockets (explicitly for compatibility with SVR 4.2) that can be accepted by the sockmod(4) module. These input-output controls permit direct conversion between sockets function and kernel-space facilities. The original
sockmod(4) approach keep much of the socket state in
user space in the fashion of Socket input-output controls defined for SVR 4.2 are:
2.2 Socket System
This approach implements the SVR 4.2 Before Linux Fast-STREAMS was developed, taking this approach was next to impossible due to the obfuscated nature and non-standard behaviour of the LiS Stream head. Now that LiS is completely deprecated, this approach is now possible. SVR 4.2 behaviour for the Stream head dictates that it respond to
both
termio(7) and
sockio(7) input-output controls in
addition to Socket input-output controls recognized and intercepted by the Linux Fast-STREAMS Stream head are:
Additional Sockets input-output controls are passed to the Stream as
TRANSPARENT or
2.3 Socket IntegrationWith this approach, Streams that are usable for sockets are given the IF_SOCK attribute during registration. The Stream head is aware of this and creates a socket structure for each Stream head opened for the driver. 2.4 Solaris ApproachesThe following is reprinted from an article in UNIX® Insider issue `3/9/01' written by Jim Mauro. Prior to Solaris 2.6, sockets were an abstraction that existed at the library level. That is, much of the socket state and socket semantics support were provided with the libsocket library. The kernel's view of a process's socket connection entailed a file descriptor and linkage to a Stream head, which provided the path to the underlying transport. The disparity between the library socket state and the kernel's view was one of several reasons a new implementation was introduced in Solaris 2.6. 3 Reference3.1 FilesSTRSOCK creates the following kernel modules files in the kernel modules directory, /lib/modules/2.4.20-28.7/:7
STRSOCK installs the following kernel module files in the k |