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
This commit is contained in:
@@ -47,4 +47,8 @@ int main(void)
|
||||
```
|
||||
|
||||
## 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`.
|
||||
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`.
|
||||
|
||||
## Functionalities
|
||||
MicroTCP will not support
|
||||
* TCP options
|
||||
Reference in New Issue
Block a user