Skip to content

Commit fd78c74

Browse files
Merge pull request #2986 from MicrosoftDocs/main638875213082449544sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents ef881ed + f17dcc2 commit fd78c74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

desktop-src/FWP/wmi/nettcpipprov/msft-nettcpsetting.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,8 +810,9 @@ Gets and sets the RFC timestamp setting. This property contains one of the follo
810810

811811
| Value | Meaning |
812812
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
813-
| <span id="Disabled"></span><span id="disabled"></span><span id="DISABLED"></span><dl> <dt>**Disabled**</dt> <dt>0</dt> </dl> | Disable RFC 1323 timestamps.<br/> |
814-
| <span id="Enabled"></span><span id="enabled"></span><span id="ENABLED"></span><dl> <dt>**Enabled**</dt> <dt>1</dt> </dl> | Enable RFC 1323 timestamps.<br/> |
813+
| <span id="Disabled"></span><span id="disabled"></span><span id="DISABLED"></span><dl> <dt>**Disabled**</dt> <dt>0</dt> </dl> | Disable TCP timestamps.<br/> |
814+
| <span id="Enabled"></span><span id="enabled"></span><span id="ENABLED"></span><dl> <dt>**Enabled**</dt> <dt>1</dt> </dl> | Enable TCP timestamps on outbound connections and allow inbound connections to use TCP timestamps.<br/> |
815+
| <span id="Allowed"></span><span id="allowed"></span><span id="ALLOWED"></span><dl> <dt>**Allowed**</dt> <dt>2</dt> </dl> | Enable TCP timestamps if the incoming connection tries to negotiate TCP timestamps.<br/> |
815816

816817

817818

0 commit comments

Comments
 (0)