TCP socket configuration

Hi Forum,

I have a question right away. :-)
I want to communicate with a microcontroller over tcp sockets.
Is there a way to configure the socket? In .net socket implementation iam able to switch off nagle algorithm or define ttl by using ConfigureTcpSocket (Socket tcpSocket). how would I do this in vvvv gamma?

thanks for advices,

astma

hello,

if you need low level socket configuration that is not available on the TCP node, you can work directly with .NET API.

For that just reference the System.dll in your document and create the socket as you would in C#.
https://thegraybook.vvvv.org/reference/libraries/referencing.html

The Cache region is quite helpful if you want to manage a single instance of a class.

Thanks,

I’ll give it a try and may come back with different questions :-)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.