Wiznet / ioLibrary_Driver

ioLibrary_Driver can be used for the application design of WIZnet TCP/IP chips as W5500, W5300, W5200, W5100 W5100S.
MIT License
612 stars 333 forks source link

Improve documentation for socket(...) #106

Closed nilsjor closed 3 years ago

nilsjor commented 3 years ago

This seeks to make it more clear which values are permissible for the protocol field. Also defines SOCK_RAW for use with Berkley sockets syntax.

The doxygen would have to be run again after this.