On Tue, 27 May 2014, Niu Zhixiong wrote:
Dear all,
I want to modify the source code of TFTP. However it is invoked by
inetd. I really need a standalone service of TFTP without inetd. But, when
a start tftpd without inetd. it says recvfrom: Socket operation on
non-socket.
Could someone give m
Tue, May 27, 2014 at 10:12:40PM +0800, Niu Zhixiong wrote:
> I want to modify the source code of TFTP. However it is invoked by
> inetd. I really need a standalone service of TFTP without inetd.
Why? Inetd provides network pipe and connection initiation for
TFTP daemon and then it acts on the "co
Dear all,
I want to modify the source code of TFTP. However it is invoked by
inetd. I really need a standalone service of TFTP without inetd. But, when
a start tftpd without inetd. it says recvfrom: Socket operation on
non-socket.
Could someone give me some suggestion to start tftpd without in