Skip to content

Commit

Permalink
Remove keepalive methods from net2 RFC
Browse files Browse the repository at this point in the history
Issues came up in the implementation of these methods that caused us to
back off from implementing keepalive functionality for now.
  • Loading branch information
sfackler committed Mar 4, 2016
1 parent 0b0be60 commit 356e7b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions text/1461-net2-mutators.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ impl TcpStream {
fn set_nodelay(&self, nodelay: bool) -> io::Result<()>;
fn nodelay(&self) -> io::Result<bool>;

fn set_keepalive(&self, keepalive: Option<Duration>) -> io::Result<()>;
fn keepalive(&self) -> io::Result<Option<Duration>>;

fn set_ttl(&self, ttl: u32) -> io::Result<()>;
fn ttl(&self) -> io::Result<u32>;

Expand Down

0 comments on commit 356e7b9

Please sign in to comment.