Changeset 4643
- Timestamp:
- 11/12/08 23:57:46 (2 months ago)
- Files:
-
- trunk/src/charon/config/traffic_selector.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/charon/config/traffic_selector.h
r4639 r4643 93 93 * Get starting address of this ts as a chunk. 94 94 * 95 * Chunk is in network and points to internal data.95 * Chunk is in network order and points to internal data. 96 96 * 97 97 * @return chunk containing the address … … 102 102 * Get ending address of this ts as a chunk. 103 103 * 104 * Chunk is in network and points to internal data.104 * Chunk is in network order and points to internal data. 105 105 * 106 106 * @return chunk containing the address
