Enable socket keepalives.

This commit is contained in:
Ian Gulliver
2016-02-25 17:27:07 -08:00
parent 3235211bc2
commit 99882bc5c7
5 changed files with 33 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ LIBS ?= -ljansson -lprotobuf-c
OBJ_NETWORK = incoming.o outgoing.o receive.o send.o
OBJ_PROTOCOL = airspy_adsb.o beast.o json.o proto.o raw.o stats.o
OBJ_UTIL = buf.o hex.o opts.o packet.o peer.o rand.o resolve.o server.o uuid.o wakeup.o
OBJ_UTIL = buf.o hex.o opts.o packet.o peer.o rand.o resolve.o server.o socket.o uuid.o wakeup.o
OBJ_PROTO = adsb.pb-c.o
all: adsbus