netviewer.cpp File Reference

#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)


Define Documentation

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

Definition at line 23 of file netviewer.cpp.

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

Definition at line 24 of file netviewer.cpp.

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

Definition at line 25 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 33 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 30 of file netviewer.cpp.

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


Generated on Wed Nov 26 21:02:42 2008 for Vidalia by  doxygen 1.5.7.1