| Mixe for Privacy and Anonymity in the Internet
    | 
#include <CASocketList.hpp>
| Public Attributes | |
| CASymChannelCipher ** | pCiphers | 
| CASocket * | pSocket | 
| connlist * | next | 
| HCHANNEL | outChannel | 
| UINT32 | currentSendMeCounter | 
| UINT32 | upstreamBytes | 
Definition at line 35 of file CASocketList.hpp.
| UINT32 connlist::currentSendMeCounter | 
Definition at line 41 of file CASocketList.hpp.
Referenced by CASocketList::add(), CASocketList::addSendMeCounter(), and CALocalProxy::loop().
| connlist* connlist::next | 
Definition at line 39 of file CASocketList.hpp.
Referenced by CASocketList::add(), CASocketList::addSendMeCounter(), CASocketList::get(), CASocketList::getNext(), CASocketList::increasePool(), CALocalProxy::loop(), and CASocketList::remove().
| HCHANNEL connlist::outChannel | 
Definition at line 40 of file CASocketList.hpp.
Referenced by CASocketList::add(), CASocketList::addSendMeCounter(), CASocketList::get(), CALocalProxy::loop(), and CASocketList::remove().
| CASymChannelCipher** connlist::pCiphers | 
Definition at line 37 of file CASocketList.hpp.
Referenced by CASocketList::add(), and CALocalProxy::loop().
| CASocket* connlist::pSocket | 
Definition at line 38 of file CASocketList.hpp.
Referenced by CASocketList::add(), CALocalProxy::loop(), and CASocketList::remove().
| UINT32 connlist::upstreamBytes | 
Definition at line 42 of file CASocketList.hpp.
Referenced by CASocketList::add(), and CALocalProxy::loop().