Justin McManus

Results 2 issues of Justin McManus

There's a bug in libs/exasock/socket/common.h that corrupts the timeout parameters set on exasock sockets. The following line occurs twice in this file: ``` const struct timespec *to = (const struct...

See Pull Request #83 The timeout logic in exasock incorrectly casts a timeval instance to a timespec instance, causing timeout parameters specified in microseconds to be interpreted as timeouts given...