Files
nghttp2/tests
Scott Mitchell 3cd08251ca Send window size API extension
Motivation:

The send window size is currently fixed by a macro at compile time.
In order for users of the library to impact the send window size they
would have to change a macro at compile time. The window size may be dynamic
depending on the environment and deployment scheme. The library users
currently have no way to change this parameter.

Modifications:

Add a new optional callback method which is called before data is sent to
obtain the desired send window size. The callback return value will be
subject to a range check for the current session, stream, and settings
limits defined by flow control.

Result:
Library users have control over their send sizes.
2014-08-24 11:32:44 -04:00
..
2014-03-30 19:26:37 +09:00
2013-11-04 18:39:48 +09:00
2014-06-18 15:12:54 +09:00
2014-05-10 21:14:25 +09:00
2014-08-24 11:32:44 -04:00
2014-05-06 23:42:32 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-04-01 21:47:51 +09:00
2014-07-31 23:05:52 +09:00
2014-07-31 23:34:54 +09:00
2014-03-30 19:26:37 +09:00