Merge IP-TTL-255-patch, fixing #13 Set multicast IP TTL to 255 in case a receiver demands an unrouted packet; minor non-functional tweaks.

This commit is contained in:
df
2020-07-23 16:21:18 +01:00
parent ed03a6098d
commit 8f15f5873b
2 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
#
# Makefile for tinysvcmdns
#
CPPFLAGS += -DPTHREAD_CREATE_DETACHED_SUPPORTED
CFLAGS += -Wall -pedantic -std=gnu99
CFLAGS += -g