Keysight VISA.NET Help
NoDelay Property (TcpipSocketSession)



If true, the Nagle algorithm is disabled.
Syntax
'Declaration
 
Public Property NoDelay As Boolean
'Usage
 
Dim instance As TcpipSocketSession
Dim value As Boolean
 
instance.NoDelay = value
 
value = instance.NoDelay
public bool NoDelay {get; set;}
public:
property bool NoDelay {
   bool get();
   void set (    bool value);
}
Remarks

The Nagle algorithm improves network performance by buffering "send" data until a full-size packet can be sent. This attribute is enabled by default in VISA.NET to verify that synchronous writes get flushed immediately.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025