daily_automated

This commit is contained in:
topicchi
2023-03-17 11:59:21 +00:00
parent 252ecca9cf
commit e2f276193e
4496 changed files with 1178007 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- Put license information
- webserver example with debugging not working (without debugging it works)
- correct connect() -- SYN+ACK is not being received/read (maybe the SYN we are sending is not ok)
- send is not working properly: disconnect that is really sending packets
- recv is not working for length > 1
- if we have a packet size greater than BUFFER_SIZE ... ?
- implement send
- implement connect