Use temporary socket for path MTU discovery
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user