in reply to Re: Close TFTP session
in thread Close TFTP session

Maybe I should have said, how do we clean up the resource? Is that not applicable? We are creating a connection/socket to TFTP server, otherwise it waits till timeout (tftp)

Replies are listed 'Best First'.
Re^3: Close TFTP session
by Corion (Patriarch) on Oct 01, 2015 at 15:22 UTC

    Have you looked at the Wikipedia page I linked? It outlines how TFTP works. There is no connection or timeout. It's a request/response protocol without a connection.

      Sorry did not see a link