ARMmbed / sal

mbed C abstract socket API layer
Other
3 stars 16 forks source link

Add a socket_set_options and socket_get_options API. #26

Closed bremoran closed 9 years ago

bremoran commented 9 years ago

The individual option enums and structures are not populated. These will be added on an as-needed basis. Early candidates are naggle, tcp keepalive.

bremoran commented 9 years ago

cc @bogdanm

bremoran commented 9 years ago

This is based on an old branch. Refiled as #27 after rebasing to HEAD