tftp.net icon indicating copy to clipboard operation
tftp.net copied to clipboard

Enabled better control of the transport layer

Open robeving opened this issue 4 years ago • 2 comments

I have a problem, tftp.net as it stands does not allow me the control I need over the transport layer. This PR fixes this by providing a factory in the tftpserver constructor.

robeving avatar Oct 23 '20 10:10 robeving

What kind of control are you trying to get over the transport layer?

Callisto82 avatar Jan 31 '21 14:01 Callisto82

I have my own implementation that creates socket/tcpclients. I use this to have diagnostics and management of the clients that arrive. Being able to pass in say a TcpClient is pretty important to me.

I've been running with my changes for quite a while and they seem to work well.

robeving avatar Feb 01 '21 10:02 robeving