| Keysight.Visa Namespace > TcpipSocketSession Class : NoDelay Property |
'DeclarationPublic Property NoDelay As Boolean
'UsageDim instance As TcpipSocketSession Dim value As Boolean instance.NoDelay = value value = instance.NoDelay
public bool NoDelay {get; set;}
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.
Current with Keysight IO Libraries Suite 18