Commit Graph

5 Commits

Author SHA1 Message Date
8768bf4063 renamed recv and send to read and write respectively
added some code for process pipes
2016-02-02 15:40:09 +00:00
cccb7bee65 enhanced event handlings a bit 2016-02-01 07:42:49 +00:00
15652f70e4 changed stio_gettime() to use clock_gettime() if available.
enhanced connect timeout handling
2016-01-30 19:08:28 +00:00
82712da618 added timer job functions 2016-01-30 05:24:23 +00:00
946a17f457 changed void to int for some event handlers.
deprecated the on_accepted callback for tcp.
added stio_dev_send(), stio_tcp_dev_send() and changed stio_exec() to send queued messages
moved tcp and udp defintions to stio-tcp.h and stio-udp.h respectively
2016-01-28 16:44:47 +00:00