Loading tests/server/tftpd.c +2 −0 Original line number Diff line number Diff line Loading @@ -103,7 +103,9 @@ * STRUCT DECLARATIONS AND DEFINES * *****************************************************************************/ #ifndef PKTSIZE #define PKTSIZE (SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */ #endif struct testcase { char *buffer; /* holds the file data to send to the client */ Loading Loading
tests/server/tftpd.c +2 −0 Original line number Diff line number Diff line Loading @@ -103,7 +103,9 @@ * STRUCT DECLARATIONS AND DEFINES * *****************************************************************************/ #ifndef PKTSIZE #define PKTSIZE (SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */ #endif struct testcase { char *buffer; /* holds the file data to send to the client */ Loading