spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

windowSize #274

Closed bonesoul closed 7 years ago

bonesoul commented 7 years ago

What is the windowSize option is used for?

windowSize: 1024 * 1024, // Server's window size

i couldn't find any documentation on it, can i safely ignore setting it and let the defaults handle the stuff?

indutny commented 7 years ago

Yeah, you may just skip this.