Add code to always reply using the queried IP address, if the OS

makes it possible.
This commit is contained in:
hpa 2001-03-28 18:24:25 +00:00
parent a24840a364
commit ffa45eae76
8 changed files with 569 additions and 106 deletions

View file

@ -3,7 +3,7 @@ all: tftpd
include ../MCONFIG
include ../MRULES
OBJS = tftpd.o tftpsubs.o
OBJS = tftpd.o tftpsubs.o recvfrom.o
tftpd: $(OBJS)
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@