commit | ecdfbdabbe4e0cf0443cbbea2df1bf51bf67f3f3 | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Mon Oct 11 20:41:13 2010 +0200 |
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Tue Oct 12 06:57:43 2010 +0200 |
tree | 1c71220ce0627db499da079eb3d0577c2dd8d064 | |
parent | d196c9a5d4e150cdff675662214c80c69b906958 [diff] |
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>