This website requires JavaScript.
Explore
Help
Sign In
cozis
/
microtcp
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7033e1ea85070d733f629b9feb3815355a1f8dbf
microtcp
/
examples
/
microhttp
T
History
cozis
5f3f7dc66d
refactoring of tcp
2023-08-31 13:29:56 +02:00
..
http_parser.c
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
2023-05-19 20:24:13 +02:00
http_parser.h
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
2023-05-19 20:24:13 +02:00
main.c
the TAP IP was the same as the microtcp instance, which wasn't right. Now the TAP is at 10.0.0.5 and the TCP at 10.0.0.4; fixed some bugs in the TCP state machine and made it so it always ACKs; fixed TCP checksum calculation
2023-05-20 21:50:47 +02:00
xhttp.c
refactoring of tcp
2023-08-31 13:29:56 +02:00
xhttp.h
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
2023-05-19 20:24:13 +02:00