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

3
adsbus/socket.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void socket_init(int);