ARMmbed / sockets

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

UDPSocket issues #55

Open adbridge opened 8 years ago

adbridge commented 8 years ago
  1. The connect method does not check for a NULL api before dereferencing it.
  2. There is an inconsistency with the parameters in the connect method. For UDPSocket, address is passed as a pointer, whereas for TCPStream the same parameter is passed as a reference. They should ideally use the same calling style?
ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-1619