fixed bug where wouldn't ACK single packet transfers

git-svn-id: http://svn.code.sf.net/p/netboot65/code@197 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
jonnosan 2009-09-23 02:40:54 +00:00
parent 32259dd693
commit 8016e4a773

View File

@ -205,6 +205,7 @@ set_tftp_opcode:
cmp #tftp_complete
bne @not_complete
jsr send_ack ;send the ack for the last block
bcs @not_complete ;if we couldn't send the ACK (e.g. coz we need to do an ARP request) then keep looping
ldx #$69
lda tftp_client_port_low_byte
jsr udp_remove_listener