ActivePeers Table
Topic Last Modified: 2011-01-27
The ActivePeers table contains the current peer-to-peer connections between Channel Servers.
Columns
Column | Type | Description |
---|---|---|
aplServerID |
int, not null |
ID of the server that posted the entry. |
aplPeerID |
int, not null |
ID of the peer that the posting server is connected to. |
Keys
Column | Description |
---|---|
<aplServerID, aplPeerID> |
Primary key. |
aplServerID |
Foreign key with lookup in ServerIdentity.serverID table. |
aplPeerID |
Foreign key with lookup in ServerIdentity.serverID table. |