aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
AgeCommit message (Collapse)Author
2017-03-18Modify the code to use nonblocking socketsOskari Timperi
2017-02-16Use functions from socket.c in socketstream.cOskari Timperi
Makes the socket includes and platform specific defines centralized in one place.
2017-02-15Add SocketSelect() to wrap select()Oskari Timperi
This also makes all the necessary includes for sockets centralized to `sockets.c`.
2017-02-14Include config.h initially with MQTT_INLINE definitionOskari Timperi
2017-02-12Add all the stuffOskari Timperi