Server disconnects on time change

While setting up my Raspberry Pi as a server, I noticed that if a client connects before the Pi gets its time set, the server immediately disconnects the client. It appears the server timeout is based on the realtime clock, it would be nice if it were instead based off a monotonic clock like /proc/uptime or clock_gettime(CLOCK_MONOTONIC, _ )

#2

Thanks for the feedback, yes that is a good point, i will make this fix in the next server build in a day or so.