| 
 | 
 | ||||||||||||||||
Class for handling the task of sending protocol messages
| SendProtocolMessage (XrlPimNode&		xrl_pim_node,
			    const string&	dst_module_instance_name,
			    xorp_module_id	dst_module_id,
			    uint32_t		vif_index,
			    const IPvX&		src,
			    const IPvX&		dst,
			    int			ip_ttl,
			    int			ip_tos,
			    bool		is_router_alert,
			    const uint8_t*	sndbuf,
			    size_t		sndlen) | SendProtocolMessage | 
| void		 dispatch () | dispatch | 
Reimplemented from XrlTaskBase.
| const string&	 dst_module_instance_name () | dst_module_instance_name | 
[const]
| xorp_module_id	 dst_module_id () | dst_module_id | 
[const]
| uint32_t	 vif_index () | vif_index | 
[const]
| const IPvX&	 src () | src | 
[const]
| const IPvX&	 dst () | dst | 
[const]
| int		 ip_ttl () | ip_ttl | 
[const]
| int		 ip_tos () | ip_tos | 
[const]
| bool		 is_router_alert () | is_router_alert | 
[const]
| const vector<uint8_t>&  message () | message | 
[const]