• Luca Boccassi's avatar
    Problem: HWM always boosted by 1 · edc770d6
    Luca Boccassi authored
    Solution: initialise *hwmboost to -1 instead of 1, and use it only if
    it's >= 0. The socket option code checks anyway that the
    user-provided value is >= 0 so there is no risk of clashing. The
    documentation also specifies that it has to be >= 0.
    edc770d6
pipe.cpp 14.6 KB