Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c90d2d3

Browse filesBrowse files
Samuel CorderSamuel Corder
Samuel Corder
authored and
Samuel Corder
committed
Merge branch 'master' of git@github.com:samus/mongodb-csharp into safemode
2 parents 3119ba8 + d19a95b commit c90d2d3
Copy full SHA for c90d2d3

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎MongoDBDriver/Connection.cs

Copy file name to clipboardExpand all lines: MongoDBDriver/Connection.cs
+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public void Reconnect(){
120120

121121
public virtual void Open(){
122122
tcpclnt = new TcpClient();
123+
tcpclnt.NoDelay = true;
123124
tcpclnt.Connect(this.Host, this.Port);
124125
this.state = ConnectionState.Opened;
125126
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.