tblActivePeers

tblActivePeers contains the current peer-to-peer connections between chat services.

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 tblServerIdentity.serverID table.
aplPeerID
Foreign key with lookup in tblServerIdentity.serverID table.