Use temporary socket for path MTU discovery

This commit is contained in:
Keith Winstein
2011-08-13 19:33:56 -04:00
parent f2f0cd574a
commit 3bac586a04
3 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ repos = templates.rpo
executables = parse termemu ntester encrypt decrypt stm-server stm
CXX = g++
CXXFLAGS = -g -O2 --std=c++0x -pedantic -Werror -Wall -Wextra -Weffc++ -fno-implicit-templates -fno-default-inline -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_GNU_SOURCE -D_BSD_SOURCE
CXXFLAGS = -g --std=c++0x -pedantic -Werror -Wall -Wextra -Weffc++ -fno-implicit-templates -fno-default-inline -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_GNU_SOURCE -D_BSD_SOURCE
LIBS = -lutil -lssl -lrt -lm -lprotobuf-lite
PROTOC = protoc