EthernetInterface, TCP Echo Server, support multi session

Dependencies:   EthernetInterface mbed-rtos mbed

Fork of TCPEchoServer by mbed official

mbed RTOS により、マルチセッションに対応した TCP Echo Server です。

複数のTCP接続を受付け、処理することができます。

accept の後に fork (スレッドを生成)しています。

Revisions of main.cpp

Revision Date Message Actions
0:38cbb854d85f 2012-07-25 Template for TCPEchoServer example File  Diff  Annotate