NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revisions of TCPServer.cpp

Revision Date Message Actions
119:4f8b720d512a 2016-04-21 Fix issue with not passing interface through accept call File  Diff  Annotate
118:96627c4b83d5 2016-04-20 Fix for timeout issue with WFI File  Diff  Annotate
117:ff83eb6a1ab9 2016-04-20 Fix bug in timeout logic File  Diff  Annotate
116:bc043343d753 2016-04-20 Added WFI to save power in temporary polling implementation File  Diff  Annotate
115:950b19eb0f02 2016-04-20 Consolidate set_timeout/set_blocking behaviour to avoid ambiguity when both are used and match python behaviour File  Diff  Annotate
105:2fd212f8da61 2016-04-19 Rename Interface -> Stack File  Diff  Annotate
98:0f614f1d0398 2016-04-19 Move bind to Socket File  Diff  Annotate
96:656011e49d9f 2016-04-19 Added better support for SocketAddress/string addresses/ports File  Diff  Annotate
93:65a9f84862f0 2016-04-19 Renamed NetworkInterface create/destroy methods to match Socket methods File  Diff  Annotate
92:dd5f19874adf 2016-04-19 Move to single state-change interrupt File  Diff  Annotate
90:0a988e4abb72 2016-04-19 Add open call as alternative to passing NetworkInterface at construction File  Diff  Annotate
89:b1d417383c0d 2016-04-19 Adopt mbed style doxygen comments File  Diff  Annotate
87:94e2cf3a06be 2016-04-05 Refactored enums File  Diff  Annotate
82:97d166c4a193 2016-04-05 Added temporary polling for blocking sockets File  Diff  Annotate
81:1600369a29dd 2016-04-05 Added proper forwarding for interrupt driven callbacks File  Diff  Annotate
79:43a7e8c0d6cc 2016-04-05 Added rough implementation of the API shim File  Diff  Annotate