Internet Direct (Indy) Version 9.0.1 Beta
TIdPeerThread
Thread used for client connections.

TIdPeerThread = class(TIdThread)
Description
TIdPeerThread is a thread that is created for every connection made to the TIdTCPServer. Every client connection runs in it's own thread on the TIdTCPServer.

Requests for TIdPeerThreads are created by a TIdListenerThread, and are delegated to the TIdThreadMgr for the TCP server.