new I/O multiplexer api; http echo server example draft to test the mux api; the library is now released as an amalgamation; recv/send now return the error MICROTCP_ERRCODE_WOULDBLOCK in a similar way to the BSD socket api; moved tests/loop2.c to examples/echo_tcp.c
This commit is contained in:
@@ -45,3 +45,6 @@ int main(void)
|
||||
// If you want to use this code, you probably want to
|
||||
// add some checks!
|
||||
```
|
||||
|
||||
## Contributing
|
||||
The build result is a header and a .c obtained as an amalgamation of all the source files. Any header included in the source files must be guarded by a `#ifndef MICROTCP_AMALGAMATION`.
|
||||
Reference in New Issue
Block a user