Unix and Linux Discussions Tagged with tcp |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
2,063 |
UNIX and Linux Applications |
|
|
|
4 |
515 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
689 |
Red Hat |
|
|
|
8 |
14,406 |
Proxy Server |
|
|
|
2 |
1,772 |
AIX |
|
|
|
1 |
2,702 |
IP Networking |
|
|
|
4 |
3,052 |
IP Networking |
|
|
|
4 |
1,456 |
IP Networking |
|
|
|
5 |
2,072 |
IP Networking |
|
|
|
0 |
3,631 |
BSD |
|
|
|
1 |
2,774 |
IP Networking |
|
|
|
16 |
5,550 |
Programming |
|
|
|
4 |
2,105 |
Shell Programming and Scripting |
|
|
|
1 |
2,196 |
IP Networking |
|
|
|
4 |
5,695 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,014 |
Programming |
|
|
|
6 |
18,557 |
Programming |
|
|
|
0 |
11,858 |
IP Networking |
|
|
|
6 |
11,107 |
Programming |
|
|
|
0 |
548 |
Software Releases - RSS News |
|
|
|
3 |
2,201 |
Shell Programming and Scripting |
|
|
|
5 |
8,607 |
Programming |
|
|
|
1 |
1,207 |
Shell Programming and Scripting |
|
|
|
5 |
2,023 |
Red Hat |
|
|
|
1 |
5,474 |
Solaris |
|
|
|
7 |
10,090 |
AIX |
|
|
|
0 |
542 |
Software Releases - RSS News |
|
|
|
0 |
8,606 |
IP Networking |
|
|
|
1 |
4,697 |
Programming |
|
|
|
0 |
515 |
Software Releases - RSS News |
|
|
|
3 |
8,391 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,278 |
IP Networking |
|
|
|
1 |
13,979 |
Programming |
|
|
|
7 |
108,196 |
Solaris |
|
|
|
1 |
9,546 |
AIX |
|
|
|
0 |
2,371 |
OS X Support RSS |
|
|
|
1 |
9,864 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,871 |
UNIX and Linux RSS News |
|
|
|
4 |
7,560 |
Solaris |
|
|
|
0 |
606 |
Software Releases - RSS News |
tcp-env(1) General Commands Manual tcp-env(1)
NAME
tcp-env - set up TCP-related environment variables
SYNOPSIS
tcp-env [ -rR ] [ -ttimeout ] program [ arg ... ]
DESCRIPTION
The input for tcp-env must be a TCP connection. tcp-env finds out information about that connection, puts the information into several
environment variables as described in tcp-environ(5), and runs program with the given arguments.
Usually tcp-env is run from inetd. It might instead be run from another server that already sets up the right environment variables; if
PROTO is set to TCP when tcp-env is invoked, tcp-env assumes that all the other variables are set up properly, and it does not check
whether the input is a TCP connection.
OPTIONS
-r (Default.) Attempt to obtain TCPREMOTEINFO from the remote host.
-R Do not attempt to obtain TCPREMOTEINFO from the remote host.
-ttimeout
Give up on the TCPREMOTEINFO connection attempt after timeout seconds. Default: 30.
SEE ALSO
tcp-environ(5), inetd(8)
tcp-env(1)