mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2026-05-03 17:08:06 +00:00
Pass the expected socket family into UdpTimedRx() so it can pick the
right socket, rather than listening on both. Implement TODO_Cancel() Only wake the time_unix task when needed. Fix sockaddr comparison for IPv6[1] Grap userland timestamp, in case SCM_TIMESTAMP* does not work/isn't available.[1] Undefined timestamp fix for simfile reading[1] Minor fixes from github [1] From Ronan Flood
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
*
|
||||
* About this implementation:
|
||||
*
|
||||
* This is a very naiive implementation spitting things out to stdout/stderr,
|
||||
* This is a very naive implementation spitting things out to stdout/stderr,
|
||||
* knowing that we are a single threaded program.
|
||||
*
|
||||
* XXX: Pull in sbufs to do it right.
|
||||
|
||||
Reference in New Issue
Block a user