Sync with sys/i386/boot/netboot/main.c revision 1.23.
This commit is contained in:
parent
16b8da0648
commit
cb76cb8073
@ -481,6 +481,7 @@ tftp(name)
|
||||
return(0);
|
||||
} /* ACK PACKET */
|
||||
if (tr->opcode != ntohs(TFTP_DATA)) return(0);
|
||||
osocket = ntohs(tr->udp.src);
|
||||
tp.opcode = htons(TFTP_ACK);
|
||||
tp.u.ack.block = tr->u.data.block;
|
||||
udp_transmit(arptable[ARP_SERVER].ipaddr, isocket,
|
||||
|
Loading…
Reference in New Issue
Block a user