TFTP_DEFAULTSIZE_PACKET
if ((packetsize = getdec(&p)) < TFTP_DEFAULTSIZE_PACKET)
if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET)
packetsize = TFTP_DEFAULTSIZE_PACKET;
for (i = 0; i < TFTP_DEFAULTSIZE_PACKET; i++)
uint8_t rrq[TFTP_DEFAULTSIZE_PACKET];
uint8_t errmsg[TFTP_DEFAULTSIZE_PACKET];
uint8_t data[TFTP_DEFAULTSIZE_PACKET+2];