ARMmbed / sockets

mbed sockets library abstraction layer
Other
6 stars 18 forks source link

TCPListener issues #53

Open adbridge opened 8 years ago

adbridge commented 8 years ago
  1. In TCPListener.h: documentation for methods accept() and reject() is incomplete. _onIncoming is also not documented.
  2. In TCPListener.cpp: In the implementations for start_listening() and stop_listening() should check that _socket.api is not NULL before invoking.
ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-1603

adbridge commented 8 years ago

@bremoran bump point 1 above