|
Public Member Functions |
| | MobiCache (const ID &MAC_id, const ID &net_id, int psize=30, int ssize=34) |
| | MobiCache () |
| | ~MobiCache () |
| void | noticeDeadLink (const ID &from, const ID &to, Time t) |
| void | noticeRouteUsed (const Path &route, Time t, const ID &who_from) |
| void | addRoute (const Path &route, Time t, const ID &who_from) |
| bool | findRoute (ID dest, Path &route, int for_use=0) |
| int | command (int argc, const char *const *argv) |
Protected Attributes |
| Cache * | primary_cache |
| Cache * | secondary_cache |
Friends |
| class | Cache |
| class | MobiHandler |