[Linux-decnet-commit] CVS: latd connection.cc,1.66,1.67
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2004-01-31 16:38:19
|
Update of /cvsroot/linux-decnet/latd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21460 Modified Files: connection.cc Log Message: honour the .needs_ack field of a pending_msg. Fixes stupid bug that killed DS90L connections Index: connection.cc =================================================================== RCS file: /cvsroot/linux-decnet/latd/connection.cc,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -r1.66 -r1.67 *** connection.cc 23 Jan 2004 09:08:20 -0000 1.66 --- connection.cc 31 Jan 2004 16:36:35 -0000 1.67 *************** *** 1,4 **** /****************************************************************************** ! (c) 2000-2003 Patrick Caulfield pa...@de... This program is free software; you can redistribute it and/or modify --- 1,4 ---- /****************************************************************************** ! (c) 2000-2004 Patrick Caulfield pa...@de... This program is free software; you can redistribute it and/or modify *************** *** 859,863 **** retransmit_count = 0; ! need_ack = true; window_size++; --- 859,863 ---- retransmit_count = 0; ! need_ack = msg.needs_ack(); window_size++; |