-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement kernel-level software timestamping #14
Comments
I've been looking at a way to get this implemented. Setting the right flags shouldn't be much trouble using the I think our current best bet is to go with implementing our own |
Might be useful to look at quinn-udp which I think has similar concerns (though for UDP sockets). |
Expanded readme to better introduce current state of project.
We need some way to have software timestamping work with tokio in a proper way. Would prefer to have thin unsafe wrappers for the system calls in separate crates, prefer also to have few dependencies (this shouldn't be too much code, and it is probably better to own it ourselves than have a dependency on something like nix, libc is acceptable though in my view)
The text was updated successfully, but these errors were encountered: