BSD 4_3_Net_2 development
[unix-history] / usr / src / contrib / isode / support / isore.8c
CommitLineData
9319b3c3
C
1.TH ISORE 8C "31 May 1988"
2.\" $Header: /f/osi/support/RCS/isore.8c,v 7.1 91/02/22 09:46:45 mrose Interim $
3.\"
4.\"
5.\" $Log: isore.8c,v $
6.\" Revision 7.1 91/02/22 09:46:45 mrose
7.\" Interim 6.8
8.\"
9.\" Revision 7.0 89/11/23 22:27:34 mrose
10.\" Release 6.0
11.\"
12.SH NAME
13isore \- help out ISODE TSAP programs
14.SH SYNOPSIS
15.in +.5i
16.ti -.5i
17.B \*(SDisore
18\fImagic\0arguments\fR
19.in -.5i
20(under a program loaded with \fB\-ltsap\fR)
21.SH DESCRIPTION
22The \fIisore\fR program is used to correct a deficiency in the 4.2
23Berkeley UNIX implementation of TCP/IP.
24In short,
25the SIGIO signal for asynchronous notification of socket activity is not
26implemented.
27If a transport\-descriptor is marked as being asynchronous
28(the TSAP-provider can initiate INDICATION events at any time),
29then this capability is necessary.
30The \fIisore\fR program is spawned automatically when one or more
31transport\-descriptors are marked for asynchronous INDICATIONs.
32It monitors the TCP/IP traffic, as efficiently as possible,
33and sends the SIGEMT signal to the program when the network would generate
34an N\-DATA.INDICATION event.
35The program catches this signal and performs the appropriate action.
36.PP
37This program is mostly likely obsolete on 4.3BSD and SVR3 systems.
38.SH FILES
39.nf
40.ta \w'\*(EDisoservices 'u
41None
42.re
43.fi
44.SH "SEE ALSO"
45libtsap(3n)
46.SH AUTHOR
47Marshall T. Rose