|
@@ -1,5 +1,5 @@
|
1
|
|
-#ifndef cmNet_h
|
2
|
|
-#define cmNet_h
|
|
1
|
+#ifndef cmRtNet_h
|
|
2
|
+#define cmRtNet_h
|
3
|
3
|
|
4
|
4
|
#ifdef __cplusplus
|
5
|
5
|
extern "C" {
|
|
@@ -12,7 +12,7 @@ extern "C" {
|
12
|
12
|
unique among all other nodes on the network. A node also has a set of application
|
13
|
13
|
defined 'endpoints'. Each endpoint has a label and id that is unique among all
|
14
|
14
|
other endpoints on the same node. Endpoints on different nodes however may share
|
15
|
|
- use the same label and id. Endpoints are used by remote senders to identify
|
|
15
|
+ the same label and id. Endpoints are used by remote senders to identify
|
16
|
16
|
a particular receiver which is sharing the node with other receivers. Endpoints
|
17
|
17
|
are therefore analogous to port numbers on sockets.
|
18
|
18
|
|