Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
QuestionWindows authentication Pin
Mr Perfect24-Apr-07 23:49
Mr Perfect24-Apr-07 23:49 
AnswerRe: Windows authentication Pin
Colin Angus Mackay25-Apr-07 0:17
Colin Angus Mackay25-Apr-07 0:17 
AnswerRe: Windows authentication Pin
Colin Angus Mackay25-Apr-07 22:39
Colin Angus Mackay25-Apr-07 22:39 
QuestionDouble quotes in string Pin
blackjack215024-Apr-07 23:48
blackjack215024-Apr-07 23:48 
AnswerRe: Double quotes in string Pin
marky77724-Apr-07 23:54
marky77724-Apr-07 23:54 
AnswerRe: Double quotes in string Pin
blackjack215024-Apr-07 23:55
blackjack215024-Apr-07 23:55 
AnswerRe: Double quotes in string Pin
marky77724-Apr-07 23:57
marky77724-Apr-07 23:57 
QuestionSystem.Net.Sockets with long ACK delay Pin
no1124-Apr-07 23:14
no1124-Apr-07 23:14 
Hi, I used one excellent article from Code Project to build a TCP server in C# (.Net 2.0) with System.Net.Sockets and it's working great. I only have a minor issue:

The server is reasonably fast to provide answers, the round trip is usually less than 50ms. But some clients split their requests in 2 packets and the server has to wait for the last packet before it can provide an answer. In those situations the round trip time becomes close to 200ms because the server ACK to the first packet is delayed around 150ms. The only way I've found to go around this is to let the server reply to the first packet with a single space character: the client ignores it and the delay is minimal when the server has something to reply.

I tried to set NoDelay = true on the socket but it has no effect on this problem. Are there any other options I am missing?

Thanks!
Questionstring separator Pin
arkiboys24-Apr-07 22:34
arkiboys24-Apr-07 22:34 
AnswerRe: string separator Pin
Martin#24-Apr-07 22:46
Martin#24-Apr-07 22:46 
Questionhow to Open Folder Option,...... Pin
Sanjib Raj24-Apr-07 22:29
Sanjib Raj24-Apr-07 22:29 
QuestionDrawing in Panel---help needed Urgent Pin
Raza568024-Apr-07 22:25
Raza568024-Apr-07 22:25 
AnswerRe: Drawing in Panel---help needed Urgent Pin
Christian Graus25-Apr-07 0:34
protectorChristian Graus25-Apr-07 0:34 
AnswerRe: Drawing in Panel---help needed Urgent Pin
caix25-Apr-07 15:31
caix25-Apr-07 15:31 
QuestionServer performance problem while using TcpListner Pin
atulah24-Apr-07 22:21
atulah24-Apr-07 22:21 
AnswerRe: Server performance problem while using TcpListner Pin
N a v a n e e t h25-Apr-07 1:21
N a v a n e e t h25-Apr-07 1:21 
GeneralRe: Server performance problem while using TcpListner Pin
atulah25-Apr-07 2:26
atulah25-Apr-07 2:26 
QuestionMake setup Pin
Nekshan24-Apr-07 21:38
Nekshan24-Apr-07 21:38 
AnswerRe: Make setup Pin
virendra patel24-Apr-07 21:48
virendra patel24-Apr-07 21:48 
GeneralRe: Make setup Pin
Nekshan24-Apr-07 22:02
Nekshan24-Apr-07 22:02 
AnswerRe: Make setup Pin
Vikram A Punathambekar24-Apr-07 22:00
Vikram A Punathambekar24-Apr-07 22:00 
GeneralRe: Make setup Pin
Nekshan24-Apr-07 22:05
Nekshan24-Apr-07 22:05 
AnswerRe: Make setup Pin
Rocky#24-Apr-07 22:22
Rocky#24-Apr-07 22:22 
Questionhow to query excel files using c#? Pin
nycshot24-Apr-07 21:36
nycshot24-Apr-07 21:36 
AnswerRe: how to query excel files using c#? Pin
szukuro24-Apr-07 23:11
szukuro24-Apr-07 23:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.