Changes between Version 9 and Version 10 of Tutorials/oMF/tut3
- Timestamp:
- Oct 21, 2014, 2:27:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/oMF/tut3
v9 v10 368 368 369 369 While a very simple application a few concepts can be taken away from code just presented: 370 * Communication profiling: 371 * Named operations: 370 * Communication profiling: enables the developer to specify the set of elements that characterize the following session such as: communication patterns, resources needed and services required. The network stack can use this information to select the best combination of transport, resources, etc. to allocate for the socket. 371 * Named operations: in contrast with BSD Sockets, named communications are implemented and name to address resolution is handled in conjunction between the network stack and the network components. 372 372 373 373 == Execute ==