in reply to Close TFTP session

TFTP doesn't have a connection because it usually runs over UDP.

Replies are listed 'Best First'.
Re^2: Close TFTP session
by Anonymous Monk on Oct 01, 2015 at 14:43 UTC

    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)

      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