I have to implement the TFTP protocol in C for a school projet according to the RFC 1782.
When a client send a RRQ
paquet with option(s), the serveur reply with a OACK
paquet to confirm the recognized option(s). I'm fine with that.
Buf if the client send a RRQ
paquet without option, does the server have to send a OACK
paquet or does he begin to send the DATA
paquet(s) directly?
Thank you.