diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index c72f2e19..6f70a28b 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/LIB/LIBTCPIP.S.SKT.txt b/LIB/LIBTCPIP.S.SKT.txt index 5f30d4e1..ef2c6603 100644 --- a/LIB/LIBTCPIP.S.SKT.txt +++ b/LIB/LIBTCPIP.S.SKT.txt @@ -181,16 +181,19 @@ SKT.connect.SEQPACKET jsr SKT.NewTCB bcs SKT.listen.RTS - lda #S.SOCKET.TCP.S.OPENED - jsr SKT.StoreTCB.S +* lda #S.SOCKET.TCP.S.OPENED +* jsr SKT.StoreTCB.S + lda #S.TCP.OPTIONS.SYN jsr TCP.OUT.SendOptA Send SYN - bcs .8 failed ARP lookup.... + bcs .9 failed ARP lookup.... lda #S.SOCKET.TCP.S.SYNSENT jmp SKT.StoreTCB.S -.8 clc - rts + +.9 lda #ERR.SKT.BAD + sec + clc */-------------------------------------- * # Listen * Listen for connections on a socket