- shell now has it's own task service, it's polled in shellC_poll()
- default timeout for peers is 60 seconds, to change this edit the LAIKA_PEER_TIMEOUT in cnc.h
- cnc's main.c has an example of scheduling tasks
- switched to C11, might go back to C99 if i get the motivation
to write a windows-specific getTime() implementation