Skip to content

Commit

Permalink
fix conflicts with tfo (It's time to remove tfo)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 23, 2022
1 parent 49ccf9d commit 75f2001
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "realm"
version = "2.1.2"
version = "2.1.3"
authors = ["zhboner <zhboner@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pub mod conf;
pub mod utils;
pub mod relay;

pub const VERSION: &str = "2.1.2";
pub const VERSION: &str = "2.1.3";
pub const ENV_CONFIG: &str = "REALM_CONF";
5 changes: 5 additions & 0 deletions src/relay/tcp/tfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,9 @@ mod linux_ext {
self.0.as_raw_fd()
}
}

use realm_io::AsyncRawIO;
use realm_io::delegate_impl;

delegate_impl!(TcpStream);
}

0 comments on commit 75f2001

Please sign in to comment.