Net problem
-
Hi all friends I am developing an application on vxWorks and target board is ML507. My application receives data in loop from PC through a socket. If I set the "Default socket receive buffer size" to 48000, net speed is 210 mbps and worked normally. If I set it to 200000 in start the speed is very low and after a few seconds the network is hanged? Where is the problem? What is the best value for "Default socket receive buffer size"? :(( I searched the web but did not get the result. :(( Thanks for your help.
-
Hi all friends I am developing an application on vxWorks and target board is ML507. My application receives data in loop from PC through a socket. If I set the "Default socket receive buffer size" to 48000, net speed is 210 mbps and worked normally. If I set it to 200000 in start the speed is very low and after a few seconds the network is hanged? Where is the problem? What is the best value for "Default socket receive buffer size"? :(( I searched the web but did not get the result. :(( Thanks for your help.
A_Fa wrote:
What is the best value for "Default socket receive buffer size"?
If you mean Default, there's only one value. And you didn't mention details about code, language, etc., From Google search I found the value is 8192. Socket.ReceiveBufferSize Property[^] And I think your question is not related to Mobile development(Based on my Google search). Clickety[^]. If it's a 3rd party component then ask the vendor for help, they could resolve the issue quickly.
thatraja
-
Hi all friends I am developing an application on vxWorks and target board is ML507. My application receives data in loop from PC through a socket. If I set the "Default socket receive buffer size" to 48000, net speed is 210 mbps and worked normally. If I set it to 200000 in start the speed is very low and after a few seconds the network is hanged? Where is the problem? What is the best value for "Default socket receive buffer size"? :(( I searched the web but did not get the result. :(( Thanks for your help.
-
Hi all friends I am developing an application on vxWorks and target board is ML507. My application receives data in loop from PC through a socket. If I set the "Default socket receive buffer size" to 48000, net speed is 210 mbps and worked normally. If I set it to 200000 in start the speed is very low and after a few seconds the network is hanged? Where is the problem? What is the best value for "Default socket receive buffer size"? :(( I searched the web but did not get the result. :(( Thanks for your help.
You have to show piece of code to understand in detail!!