You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation does not state what defaults are used by the various options. For example, in ntca_streamsocketoptions.h, there are numerous settings, but the doc doesn't say what each one is if I don't set it explicitly.
It would be nice to have the documentation complete for this (and quite a few other classes that do similar things). That way, I wouldn't have to read the code or write a test case to find out.
I got surprised by this when I noticed that, by default, Nagle is turned off. That's an unusual default, seeing that native default is to have Nagle turned on. Regardless of whether it makes sense to make this the default or not, if the documentation stated what the default is, I wouldn't have to guess.
I tried looking at the default by inserting the default options into a stream. This prints:
The documentation does not state what defaults are used by the various options. For example, in ntca_streamsocketoptions.h, there are numerous settings, but the doc doesn't say what each one is if I don't set it explicitly.
It would be nice to have the documentation complete for this (and quite a few other classes that do similar things). That way, I wouldn't have to read the code or write a test case to find out.
I got surprised by this when I noticed that, by default, Nagle is turned off. That's an unusual default, seeing that native default is to have Nagle turned on. Regardless of whether it makes sense to make this the default or not, if the documentation stated what the default is, I wouldn't have to guess.
I tried looking at the default by inserting the default options into a stream. This prints:
This is not useful because I still can't see what settings are actually in effect.
The text was updated successfully, but these errors were encountered: