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
Post a Comment