Christopher Haster
e3037ef7b0
nsapi - Added equality operators to SocketAddress class
2016-09-11 20:48:01 -05:00
Christopher Haster
8f2ca2bc63
Fixed missing port assignment in DNS constructor for SocketAddress
...
_stack->gethostbyname looks deceptively like it completely sets the
socket address value, however port is not provided via DNS resolution.
2016-07-25 17:46:15 -05:00
Christopher Haster
ec993319a9
[nsapi] Fixed iar compilation issue with value initializer
...
Expression needed to init to zero a simple POD struct
Before (valid in C99/C++11/G++): (nsapi_addr_t){}
After (valid in C++03, invalid in C): nsapi_addr_t()
2016-07-22 15:42:57 -05:00
Christopher Haster
03c5855496
Add 'features/net/network-socket/' from commit 'e09565474188b905cada21166118a82e66359217'
...
git-subtree-dir: features/net/network-socket
git-subtree-mainline: db60d6a7f7
git-subtree-split: e095654741
2016-07-21 18:30:42 -05:00