Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
Go to file
Oliver Schmidt 3541c20ba2 Fixed sequence number of initial TCP ACK packet on tcp_connect.
So far the sequence number for the first packet after the initial SYN packet was calculated directly before returning from tcp_connect. This is however far to late as the ACK packet to be send as response for the SYN,ACK packet sent by the server already needs that sequence number. Therefore it is now calculated right after a successful reception of the SYN,ACK packet is detected.
2017-08-12 17:02:56 +02:00
apps Allow Telnet65 to send ASCII code 0 - on the Apple II. 2017-08-09 21:27:28 +02:00
drivers Use symbols instead of hard coded constants for screen dimensions MkII. 2017-08-09 21:50:23 +02:00
inc Generalized Apple II slot setting. 2017-06-04 00:10:36 +02:00
ip65 Fixed sequence number of initial TCP ACK packet on tcp_connect. 2017-08-12 17:02:56 +02:00
test Added VT100 test. 2017-05-19 00:17:38 +02:00
.gitignore Don't show dos.sys & dup.sys. 2015-08-28 20:29:43 +02:00
CONTRIBUTORS.txt Updated contributors. 2014-04-28 18:57:13 +02:00
LICENSE.txt Added text files from doc directory. 2013-12-14 00:27:32 +01:00