url_entry Struct Reference
Collaboration diagram for url_entry:

Public Attributes | |
| char * | url |
| char * | host |
| int | rtt |
| struct { | |
| int cached | |
| } | flags |
Detailed Description
Member Data Documentation
◆ cached
| int url_entry::cached |
Definition at line 66 of file urn.cc.
Referenced by urnHandleReply(), and urnParseReply().
◆
| struct { ... } url_entry::flags |
Referenced by urnHandleReply(), and urnParseReply().
◆ host
| char* url_entry::host |
Definition at line 62 of file urn.cc.
Referenced by urnFindMinRtt(), and urnParseReply().
◆ rtt
| int url_entry::rtt |
Definition at line 63 of file urn.cc.
Referenced by url_entry_sort(), urnFindMinRtt(), urnHandleReply(), and urnParseReply().
◆ url
| char* url_entry::url |
Definition at line 61 of file urn.cc.
Referenced by urnFindMinRtt(), urnHandleReply(), and urnParseReply().
The documentation for this struct was generated from the following file:
- src/urn.cc
