Edit

IABSD.fr/src/usr.sbin

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2025-04-14 14:52:34
    Hash : a07aad4d
    Message : The timeout API uses abolute timestamps internally so it makes sense to compare these times directly and only convert to a relative timeout right before calling poll(). Also convert pauseaccept to a deadline so that all comparisons are done the same way. Now using a proper timer for pauseaccept would be even better but that is a rainy day project. OK tb@