- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- TCP service flags and socket options
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2004 09:02 PM
тАО08-05-2004 09:02 PM
TCP service flags and socket options
Also a list of which options are used by which service would be very nice. E.g. I can put proxy flag on ftp but would it be used ?
Btw : I tried to add proxy and the flag TCPIP was added too ! And a warning was shown that this isn't the default config (but it doesn't say unsupported).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2004 12:42 AM
тАО08-06-2004 12:42 AM
Re: TCP service flags and socket options
Q>Which are the flags you can specify on service level ?
--------------------------------------------------------
APPLICATION_PROXY also aprox
If set, the application will validate the remote user based upon COMMUNICATION
proxy setup (not BNFS). For Rxx and LPD only ?
If not set, user+password must be specified (default).
CASE_INSENSITIVE
If set, the remote user will be validated ignoring case (default).
If set with NO, exact case will be used (also in sysuaf and thus fail)
IPV6
?
LISTEN
If set, TCPIP$INETACP will activate the server program on arrival of a packet
on the port.
If not set, the server must be started during startup and must listen itself
(default)
MULTITHREADED
If set, Multithreading is used for dispatching packets.
Default is NO.
PRIVILEGE
?
PROTOCOL
?
PROXY
If set, NFS proxies are used in validating the user.
Default is NO.
PSEUDO
?
REXEC
?
RLOGIN
?
RUSER
?
RTTY
Causes the service to ignore the username and processname.
Default is NO.
TCPIP
?
Q>Which are the socket options you can specify on service level ?
-----------------------------------------------------------------
BROADCAST
Allows broadcasting
KEEPALIVE
Enable keepalive.
LOOPBACK
Internal use.
CHECKSUM.RECEIVE
Enable checksum on received packets. Shown as rcheck.
CHECKSUM.SEND
Enable checksym on send packets. Show as scheck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2004 02:31 AM
тАО08-06-2004 02:31 AM
Re: TCP service flags and socket options
:-)
http://groups.google.com/groups?hl=fr&lr=&ie=UTF-8&threadm=0033000076675245000002L052*%40MHS&rnum=1&prev=/groups%3Fq%3D%252Bcomp.os.vms%2B%252Btelnet%2B%252B30001%26hl%3Dfr%26lr%3D%26ie%3DUTF-8%26selm%3D0033000076675245000002L052*%2540MHS%26rnum%3D1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2004 02:38 AM
тАО08-06-2004 02:38 AM
Re: TCP service flags and socket options
RTTY
Causes the service to ignore the username and processname.
Default is NO.
was based on that document.
Thanks anyway. Still some left flags ...
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2004 04:59 AM
тАО08-06-2004 04:59 AM
Re: TCP service flags and socket options
I guess theese option are linke to tcp/ip socket api so I guess:
KEEPALIVE
Keeps connections active. Enables the periodic transmission of keepalive probes to the remote system. If the remote system fails to respond to the keepalive probes, the connection is broken.
If the KEEPALIVE option is enabled you must declare counter and interval values.
Antonio Vigliotti