This website requires JavaScript.
Explore
Help
Sign In
gsadmin
/
noq
Watch
1
Star
0
Fork
0
You've already forked noq
mirror of
https://github.com/n0-computer/noq.git
synced
2026-09-20 18:23:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0.9.3
noq
/
quinn
/
src
T
History
lucifer9
166e0fb60a
Fix build on FreeBSD, add CI test for FreeBSD, set IPV6_RECVPKTINFO on FreeBSD & macOS, set IP_RECVDSTADDR on FreeBSD and macOS only for IPv4, fix a warning about unused state: &UdpState, allow different types for the 3rd argument to sendmmsg()/recvmmsg()
2022-12-02 02:33:38 -08:00
..
runtime
Abstract out async runtime
2022-07-05 09:06:31 -07:00
connection.rs
Fix build on FreeBSD, add CI test for FreeBSD, set IPV6_RECVPKTINFO on FreeBSD & macOS, set IP_RECVDSTADDR on FreeBSD and macOS only for IPv4, fix a warning about unused state: &UdpState, allow different types for the 3rd argument to sendmmsg()/recvmmsg()
2022-12-02 02:33:38 -08:00
endpoint.rs
Move idle Notify handle into endpoint Shared
2022-10-23 08:18:42 +02:00
lib.rs
Remove Incoming stream in favor of Endpoint::accept
2022-10-23 08:18:42 +02:00
mutex.rs
Lock tracking
2021-02-05 12:21:09 -08:00
recv_stream.rs
recv-stream: clean up any previously register wakers when RecvStream is dropped
2022-11-29 15:26:15 -08:00
runtime.rs
Remove double indirection around Runtime
2022-09-17 20:25:02 +02:00
send_stream.rs
send-stream: rely on cleaning up waker for Stopped in SendStream Drop impl
2022-11-29 15:26:15 -08:00
tests.rs
Fix build on FreeBSD, add CI test for FreeBSD, set IPV6_RECVPKTINFO on FreeBSD & macOS, set IP_RECVDSTADDR on FreeBSD and macOS only for IPv4, fix a warning about unused state: &UdpState, allow different types for the 3rd argument to sendmmsg()/recvmmsg()
2022-12-02 02:33:38 -08:00
work_limiter.rs
WorkLimiter must allow at least 1 work item
2021-09-20 12:44:49 +02:00