Skip to content

Commit

Permalink
Added windows rio implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
swimmesberger committed Apr 1, 2020
1 parent 7b8290d commit 0915e6d
Show file tree
Hide file tree
Showing 5 changed files with 763 additions and 6 deletions.
9 changes: 8 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rpmalloc = "0.1.0"
#mimalloc = { version = "0.1.18", default-features = false }
bus = "2.2.3"
parking_lot = "0.10.0"
arrayvec = "0.5.1"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["mswsock"] }
winapi = { version = "0.3", features = ["mswsock", "sysinfoapi", "limits", "processthreadsapi", "memoryapi", "synchapi"] }
1 change: 1 addition & 0 deletions src/fudp.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub(crate) mod async_udp;
pub(crate) mod blocking_udp;
pub(crate) mod blocking_udp_queue;
pub(crate) mod windows_rio;
pub(crate) mod sender;
pub(crate) mod util;
Loading

0 comments on commit 0915e6d

Please sign in to comment.