Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103643
b: refs/heads/master
c: 6d0ccba
h: refs/heads/master
i:
  103641: 028336f
  103639: 597405e
v: v3
  • Loading branch information
Florian Westphal authored and David S. Miller committed Jul 19, 2008
1 parent 26d1652 commit c0e6df5
Show file tree
Hide file tree
Showing 3 changed files with 5 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: c4e85f82edcd6027cfe67331a2e00741b009756b
refs/heads/master: 6d0ccbac688207ca0616ab5094932af4db4747b3
1 change: 1 addition & 0 deletions trunk/net/sctp/associola.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc,

SCTP_DEBUG_PRINTK("sctp_assoc_add_peer:association %p PMTU set to "
"%d\n", asoc, asoc->pathmtu);
peer->pmtu_pending = 0;

asoc->frag_point = sctp_frag_point(sp, asoc->pathmtu);

Expand Down
3 changes: 3 additions & 0 deletions trunk/net/sctp/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ static struct sctp_transport *sctp_transport_init(struct sctp_transport *peer,
INIT_LIST_HEAD(&peer->send_ready);
INIT_LIST_HEAD(&peer->transports);

peer->T3_rtx_timer.expires = 0;
peer->hb_timer.expires = 0;

setup_timer(&peer->T3_rtx_timer, sctp_generate_t3_rtx_event,
(unsigned long)peer);
setup_timer(&peer->hb_timer, sctp_generate_heartbeat_event,
Expand Down

0 comments on commit c0e6df5

Please sign in to comment.