E D R , A S I H C RSS

BackLinks search for "TCPListen"

BackLinks of TCPListen


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Gof/State
          * ConcreteState subclass (TCPEstablished, TCPListen, TCPClosed)
         TCPState의 서브클래스들은 상태-구체적 행위들을 구현한다. TCP 커넥션은 다양한 상태일 수 있다. Established, Listen, Closed 등등. 그리고 각 상태들에 대한 TCPState 의 서브클래스들이 있다. 여기서는 3개의 서브클래스들을 다룰 것이다. (TCPEstablished, TCPListen, TCPClosed)
         class TCPListen : public TCPState {
          ChangeState (t, TCPListen::Instance ());
          ChangeState (t, TCPListen::Instance ());
         void TCPListen::Send (TCPConnection* t) {
Found 1 matching page out of 7547 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0063 sec