ARMmbed / sockets

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

resolve should not require an open socket #57

Open bremoran opened 8 years ago

bremoran commented 8 years ago

In order for resolve to execute, a stack must be known. This stack could be either a) the only resolved stack, b) the stack of an open socket, c) the stack of a specific interface, or d) each registered stack, in order.

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-1891