Changeset 114 for osgVisual/include
- Timestamp:
- Jul 31, 2010, 2:19:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/cluster/dataIO_clusterENet_implementation.h
r94 r114 85 85 86 86 /** 87 * \brief This function send a packet to the peer with the specified peer ID (number of the peer in the peer vector). This function works bidirectional from SERVER to CLIENT and vice versa. 87 * \brief This function send a packet to the peer with the specified peer ID (number of the peer in the peer vector). This function works bidirectional from SERVER to CLIENT and vice versa. This function takes ownership of the packet and will destroy it after (un-)successful transmission. 88 88 * 89 89 * @param packet_ : Data packet to broadcast. … … 95 95 96 96 /** 97 * \brief This function send a packet to the peer with the specified peerName. 97 * \brief This function send a packet to the peer with the specified peerName. This function works bidirectional from SERVER to CLIENT and vice versa. This function takes ownership of the packet and will destroy it after (un-)successful transmission. 98 98 * 99 99 * @param channelID_ : ID on which channel the broadcast should be done.
Note: See TracChangeset
for help on using the changeset viewer.