Click to Rate and Give Feedback
TechNet
TechNet Library
Windows
Windows Server
Windows Server 2003
Deployment
HKEY_LOCAL_MACHINE
HKLM\SOFTWARE
SOFTWARE\Microsoft
MSMQ
Parameters
 TCPNoDelay: Core Services
TCPNoDelay

Updated: March 28, 2003

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

HKLM\SOFTWARE\Microsoft\MSMQ\Parameters

 

Data type Range Default value

REG_DWORD

0 | 1

0

Description

Disables nagling. Nagling is a TCP feature that combines several small packets into a single, larger packet for more efficient transmission.

By default, Message Queuing (also known as MSMQ) enables nagling on the TCP sockets it uses. This improves overall performance, but it might briefly delay transmission of smaller packets. If the delay is undesirable or unacceptable, then you can add this entry to the registry to disable nagling.

 

Value Meaning

0

Nagling is enabled.

1

Nagling is disabled.

This entry does not exist in the registry by default. You can add it by using the registry editor Regedit.exe.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker