Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cosnotification(3erl) [linux man page]

CosNotification(3erl)					     Erlang Module Definition					     CosNotification(3erl)

NAME
CosNotification - This module export functions which return QoS and Admin Properties constants. DESCRIPTION
To get access to all definitions include necessary hrl files by using: -include_lib("cosNotification/include/*.hrl"). EXPORTS
'EventReliability'() -> string() This function returns the EventReliability QoS identifier 'BestEffort'() -> short() This function returns the BestEffort QoS value. 'Persistent'() -> short() This function returns the Persistent QoS value. 'ConnectionReliability'() -> string() This function returns the ConnectionReliability QoS identifier. 'Priority'() -> string() This function returns the Priority QoS identifier. 'LowestPriority'() -> short() This function returns the LowestPriority QoS value. 'HighestPriority'() -> short() This function returns the HighestPriority QoS value. 'DefaultPriority'() -> short() This function returns the DefaultPriority QoS value. 'StartTime'() -> string() This function returns the StartTime QoS identifier. 'StopTime'() -> string() This function returns the StopTime QoS identifier. 'Timeout'() -> string() This function returns the Timeout QoS identifier. 'OrderPolicy'() -> string() This function returns the OrderPolicy QoS identifier. 'AnyOrder'() -> short() This function returns the AnyOrder QoS value. 'FifoOrder'() -> short() This function returns the FifoOrder QoS value. 'PriorityOrder'() -> short() This function returns the PriorityOrder QoS value. 'DeadlineOrder'() -> short() This function returns the DeadlineOrder QoS value. 'DiscardPolicy'() -> string() This function returns the DiscardPolicy QoS identifier. 'LifoOrder'() -> short() This function returns the LifoOrder QoS value. 'RejectNewEvents'() -> short() This function returns the RejectNewEvents QoS value. 'MaximumBatchSize'() -> string() This function returns the MaximumBatchSize QoS identifier. 'PacingInterval'() -> string() This function returns the PacingInterval QoS identifier. 'StartTimeSupported'() -> string() This function returns the StartTimeSupported QoS identifier. 'StopTimeSupported'() -> string() This function returns the StopTimeSupported QoS identifier. 'MaxEventsPerConsumer'() -> string() This function returns the MaxEventsPerConsumer QoS identifier. 'MaxQueueLength'() -> string() This function returns the MaxQueueLength Admin identifier. 'MaxConsumers'() -> string() This function returns the MaxConsumers Admin identifier. 'MaxSuppliers'() -> string() This function returns the MaxSuppliers Admin identifier. Ericsson AB cosNotification 1.1.16 CosNotification(3erl)

Check Out this Related Man Page

NETSCRIPT-2.2.conf(5)                                           File Formats Manual                                          NETSCRIPT-2.2.conf(5)

NAME
/etc/netscript/network.conf - interface, firewalling, and QoS configuration file. /etc/netscript/if.conf - interface setup shell script file /etc/netscript/qos.conf - QoS setup shell script file /etc/netscript/ipfilter.conf - IP chains filtering shell script file /etc/netscript/srvfilter.conf - server IP filter shell script file DESCRIPTION
This manpage is a place holder until something better is written when the netscript itself has stopped changing rapidly. Please see the README file in the /etc/netscript directory, and READ the configuration files if you need to change them. Apart from net- work.conf, all of them contain sh (1) shell script functions which are there so that various things can be altered or hooked in at the right place. Network.conf contains the full network setup details, including special interface setup for the likes of ciped/pppd/wanconfig, and is fully commented with examples given. UPGRADE PATH FROM KERNEL 2.2.X The firewall/IP filtering stuff in ipfilter.conf is the part that changed radically with the move to iptables and a far better way of set- ting up the IP filtering rules, however the QoS and interface startup/shutdown in if.conf have changed but are backwards compatible with the old 2.2.x ipchains version of netscript for the interface address configuration settings. You will have to set up the filtering again to use iptables by directly using the iptables commands. Also, the kernel 2.2.x version scripts are set up so that iptables is only run on a 2.4.x kernel, otherwise IP forwarding is disabled if beforehand you set IPFWDING_KERNEL to FILTER_ON in network.conf. This means that when you upgrade a box to a 2.4.x router kernel, you should then be able to reboot it and log into remotely and upgrade netscript to the version that will support 2.4.x. In this situation, if you have set old IPFWDING_KERNEL setting to FILTER_ON beforehand in network.conf, all IP forwarding through the box will also be disabled. This means that you can safely remotely upgrade a firewall. SEE ALSO
netscript(8), ipchains(8), iproute(8), brcfg(8). AUTHOR
This manual page was written by Matthew Grant <grantma@anathoth.gen.nz>, for the Debian GNU/Linux system (but may be used by others). BUGS
The author is lazy. He needs to write btter man pages... November 23, 2000 NETSCRIPT-2.2.conf(5)
Man Page