Closed bremoran closed 8 years ago
ARM Internal Ref: ONME-2258
At the moment set_option() and get_option() are unimplemented in sal-iface-6lowpan and therefore socket options are not used.
One of the tests in this module uses SOCKET_OPT_NAGGLE. It needs to be renamed to SOCKET_OPT_NAGLE or, if I delete SOCKET_OPT_NAGGLE, the tests will fail to compile.
oh, sorry. I didn't notice that. I'll fix that.
Published version 1.0.8
that contains fix for deprecated socket option.
This was a mis-spelling of Nagle. The new option is SOCKET_OPT_NAGLE.