Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27591
b: refs/heads/master
c: 4c9f5d5
h: refs/heads/master
i:
  27589: 2c57c90
  27587: 3557321
  27583: 2a31ae4
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Jun 18, 2006
1 parent 205f756 commit 331793a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5636bef7324f49e36f05ec8a5f6284e11b1bcca4
refs/heads/master: 4c9f5d5305a23851e67471b147e0d459a7166717
2 changes: 1 addition & 1 deletion trunk/include/net/sctp/sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ extern int sctp_debug_flag;
#define SCTP_DEBUG_PRINTK_IPADDR(whatever...)
#define SCTP_ENABLE_DEBUG
#define SCTP_DISABLE_DEBUG
#define SCTP_ASSERT(expr, str, func)
#define SCTP_ASSERT(expr, str, func) BUG_ON(!(expr))

#endif /* SCTP_DEBUG */

Expand Down
1 change: 1 addition & 0 deletions trunk/net/sctp/outqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,7 @@ static void sctp_check_transmitted(struct sctp_outq *q,
if (!tchunk->tsn_gap_acked &&
!tchunk->resent &&
tchunk->rtt_in_progress) {
tchunk->rtt_in_progress = 0;
rtt = jiffies - tchunk->sent_at;
sctp_transport_update_rto(transport,
rtt);
Expand Down

0 comments on commit 331793a

Please sign in to comment.