]> git.baikalelectronics.ru Git - kernel.git/commit
dccp: schedule an Ack when receiving timestamps
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 11 Oct 2010 18:41:13 +0000 (20:41 +0200)
committerGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 12 Oct 2010 04:57:43 +0000 (06:57 +0200)
commit91856b80ec7efbf271798c20e1f3217659bf96d0
tree1c71220ce0627db499da079eb3d0577c2dd8d064
parentff86eed9e30ab978c795a493fe05cbf1eb3a4697
dccp: schedule an Ack when receiving timestamps

This schedules an Ack when receiving a timestamp, exploiting the
existing inet_csk_schedule_ack() function, saving one case in the
`dccp_ack_pending()' function.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
net/dccp/dccp.h
net/dccp/options.c