Ian Gulliver
|
3539f9d640
|
Call less syscalls after each accept()
|
2016-02-29 15:22:10 -08:00 |
|
Ian Gulliver
|
a3d6adb73b
|
Fix null node name for incoming socket.
|
2016-02-28 21:23:43 -08:00 |
|
Ian Gulliver
|
161ea56d45
|
Corral the last setsockopt() call into one place.
|
2016-02-28 12:34:43 -08:00 |
|
Ian Gulliver
|
8d9b40e954
|
Minor hello cleanups.
|
2016-02-27 12:48:01 -08:00 |
|
Ian Gulliver
|
2c5b6419d6
|
Working TCP fastopen for connect-send.
|
2016-02-27 12:41:56 -08:00 |
|
Ian Gulliver
|
79fc645fa0
|
Start of fastopen support.
|
2016-02-27 10:12:48 -08:00 |
|
Ian Gulliver
|
680cce544f
|
Centralized list implementation.
|
2016-02-26 10:30:18 -08:00 |
|
Ian Gulliver
|
19a9d498bd
|
Enable -Weverything, fix a ton of bugs.
|
2016-02-25 23:37:37 -08:00 |
|
Ian Gulliver
|
99882bc5c7
|
Enable socket keepalives.
|
2016-02-25 17:27:07 -08:00 |
|
Ian Gulliver
|
5e604f0596
|
In/out reference counting.
|
2016-02-25 16:17:25 -08:00 |
|
Ian Gulliver
|
1635534243
|
Switch from sketchy dup() juggling to callbacks to retry outgoing connection.
|
2016-02-24 20:15:09 -08:00 |
|
Ian Gulliver
|
d2e521e90c
|
json input support, some shutdown fixes. json needs cleanup.
|
2016-02-23 13:49:23 -08:00 |
|
Ian Gulliver
|
07d273236d
|
Fix endless loop inside incoming handler.
|
2016-02-23 12:31:48 -08:00 |
|
Ian Gulliver
|
77ee1422c1
|
Sprinkle CLOEXEC around.
|
2016-02-23 12:00:17 -08:00 |
|
Ian Gulliver
|
c6a2150a7d
|
Initial pass at async resolving. This is ugly and leaks memory and I hate it, so dedicated thread incoming.
|
2016-02-23 10:46:40 -08:00 |
|
Ian Gulliver
|
2ce2ed5bf5
|
Split out packet. Delete common.
|
2016-02-22 16:58:13 -08:00 |
|
Ian Gulliver
|
b5ab0cb0a6
|
Split out peer
|
2016-02-22 16:49:43 -08:00 |
|
Ian Gulliver
|
21536eee33
|
Move retry delay calculation into wakeup, since it's only used there.
|
2016-02-22 16:33:00 -08:00 |
|
Ian Gulliver
|
d6a629fa7e
|
Switch to an internal implementation of uuid generation, so we can use the randomness pool.
|
2016-02-22 16:27:44 -08:00 |
|
Ian Gulliver
|
8f36ad0db8
|
Wakeup/delay fixes, and actually add retries for incoming and outgoing.
|
2016-02-21 16:47:27 -08:00 |
|
Ian Gulliver
|
6384e0f20d
|
Wakeup actually working (probably), add delay calculator.
|
2016-02-21 15:51:38 -08:00 |
|
Ian Gulliver
|
ec79ba0da1
|
Much closer to complete cleanup before exit.
|
2016-02-21 13:57:35 -08:00 |
|
Ian Gulliver
|
9df778a88a
|
Factor out opts parsing, clean up shutdown.
|
2016-02-20 23:22:00 -08:00 |
|
Ian Gulliver
|
cf6eef6118
|
Move adsbus into its own dir.
|
2016-02-18 09:36:53 -08:00 |
|