tftp.net
tftp.net copied to clipboard
Enabled better control of the transport layer
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.
What kind of control are you trying to get over the transport layer?
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.