dtn_endpoint_id_t Struct Reference

Specification of a dtn endpoint id, i.e. More...

#include <dtn_types.h>

List of all members.

Public Attributes

char uri [DTN_MAX_ENDPOINT_ID]


Detailed Description

Specification of a dtn endpoint id, i.e.

a URI, implemented as a fixed-length char buffer. Note that for efficiency reasons, this fixed length is relatively small (256 bytes).

The alternative is to use the string XDR type but then all endpoint ids would require malloc / free which is more prone to leaks / bugs.

Definition at line 65 of file dtn_types.h.


Member Data Documentation

char dtn_endpoint_id_t::uri[DTN_MAX_ENDPOINT_ID]


The documentation for this struct was generated from the following file:

Generated on Fri Jan 30 09:43:11 2009 for DTN Reference Implementation by  doxygen 1.5.8