diff options
author | 2018-01-16 20:06:30 -0600 | |
---|---|---|
committer | 2018-01-16 20:06:30 -0600 | |
commit | 449c234d3030328fb997b309511bb54598848a05 (patch) | |
tree | 6e2d2db1800e0d4cf559e762771ab20e57b52ac6 /ChangeLog.txt | |
parent | d107418abf0296af1159d9ec0cd5af49a166ef4b (diff) | |
download | pseudo-449c234d3030328fb997b309511bb54598848a05.tar.gz pseudo-449c234d3030328fb997b309511bb54598848a05.tar.bz2 pseudo-449c234d3030328fb997b309511bb54598848a05.zip |
Half-undo FASTOP
FASTOP is logically fine as long as there's no errors, but
if there could be errors, we lose error detection. Responding
instantly with a trivial ACK for FASTOP messages slightly
reduces performance but improves reliability and seems to work
better.
Signed-off-by: Seebs <seebs@seebs.net>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 4f58922..d334dec 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -9,6 +9,8 @@ * (seebs) add wrapper for statvfs (based on patch from <dan.dedrick@gmail.com>) * (seebs) Call this 1.9.0. + * (seebs) Experimental-ish: Require a response even for FASTOP + just to confirm delivery of message/server availability. 2017-12-22: * (seebs) handle the pathological case of LINKAT with |