Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204021
b: refs/heads/master
c: 3c0fef0
h: refs/heads/master
i:
  204019: f6dae01
v: v3
  • Loading branch information
Josh Hunt authored and David S. Miller committed Aug 3, 2010
1 parent 1fa5978 commit 34d6205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99e6d06521f2a522ff5aaa812552f68220507c67
refs/heads/master: 3c0fef0b7d36e5f8d3ea3731a8228102274e3c23
6 changes: 6 additions & 0 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2601,6 +2601,12 @@ static int do_tcp_getsockopt(struct sock *sk, int level,
return -EFAULT;
return 0;
}
case TCP_THIN_LINEAR_TIMEOUTS:
val = tp->thin_lto;
break;
case TCP_THIN_DUPACK:
val = tp->thin_dupack;
break;
default:
return -ENOPROTOOPT;
}
Expand Down

0 comments on commit 34d6205

Please sign in to comment.