eyalabraham / 8bit-TCPIP

An 8bit Intel 8088/8086 campatible TCP/IP stack
MIT License
4 stars 0 forks source link

Wrong TCP RST functionality after closing a connection #1

Closed eyalabraham closed 6 years ago

eyalabraham commented 6 years ago

TCP RST are sent to 0.0.0.0 when resets are in response to a closed TCP conection

eyalabraham commented 6 years ago

Separated RST functionality from send_segment() and cleaned up RST responses per RFC 793