mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-07 13:05:22 +00:00
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:
parent
32259dd693
commit
8016e4a773
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user