Skip to content

Commit

Permalink
Merge pull request #1526 from sfackler/net2-update
Browse files Browse the repository at this point in the history
Remove keepalive methods from net2 RFC
  • Loading branch information
alexcrichton committed Mar 4, 2016
2 parents bfce517 + 356e7b9 commit 80152a3
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 80152a3

Please sign in to comment.