netviewer.cpp File Reference

Displays a map of the Tor network and the user's circuits. More...

#include <QMessageBox>
#include <QHeaderView>
#include <vidalia.h>
#include "netviewer.h"

Go to the source code of this file.

Defines

#define IMG_MOVE   ":/images/22x22/move-map.png"
#define IMG_ZOOMIN   ":/images/22x22/zoom-in.png"
#define IMG_ZOOMOUT   ":/images/22x22/zoom-out.png"
#define MIN_RESOLVE_QUEUE_DELAY   (10*1000)
#define MAX_RESOLVE_QUEUE_DELAY   (30*1000)


Detailed Description

Displays a map of the Tor network and the user's circuits.

Version:
Id

Definition in file netviewer.cpp.


Define Documentation

#define IMG_MOVE   ":/images/22x22/move-map.png"

Definition at line 34 of file netviewer.cpp.

#define IMG_ZOOMIN   ":/images/22x22/zoom-in.png"

Definition at line 35 of file netviewer.cpp.

#define IMG_ZOOMOUT   ":/images/22x22/zoom-out.png"

Definition at line 36 of file netviewer.cpp.

#define MAX_RESOLVE_QUEUE_DELAY   (30*1000)

Maximum number of milliseconds to wait after the arrival of the first IP address into the resolve queue, before we flush the entire queue.

Definition at line 44 of file netviewer.cpp.

Referenced by NetViewer::addToResolveQueue(), and NetViewer::showWindow().

#define MIN_RESOLVE_QUEUE_DELAY   (10*1000)

Number of milliseconds to wait after the arrival of the last descriptor whose IP needs to be resolved to geographic information, in case more descriptors arrive. Then we can simply lump the IPs into a single request.

Definition at line 41 of file netviewer.cpp.

Referenced by NetViewer::addToResolveQueue(), and NetViewer::showWindow().


Generated on Wed Sep 5 15:49:28 2007 for Vidalia by  doxygen 1.5.3