TCP receiving and sending buffersizes in node.js -


i have been working node.js last 4 month , wants increase tcp receving , sending buffersize.

my purpose speed application , expermantation buffersizes may increase preformance.

i have searched on google haven't found useful except can change default socket buffersizes on linux example on website:

http://www.cyberciti.biz/faq/linux-tcp-tuning/

is there way change/set tcp sending , receiving buffersizes node.js io?

stream_wrap has allocation callback passed libuv passed suggested_size of allocated memory use in receiving data. right passes 64kb suggested size, , there's no way change afaik.

is along line of question?


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -