CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/05/12 19:01:34
Modified files: sys/net : if_pfsync.c Log message: only keep track of the number of updates on tcp connections. state sync on all the other protocols is simply pushing the timeouts along which has a resolution of 1 second, so it isnt going to be hurt by pfsync taking up to a second to send it over. keep track of updates on tcp still though, their windows need constant attention. tested by sthen@