Click here to Skip to main content
15,911,786 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Multiple thread access to a single remoting object (proxy) Pin
liRetro18-Aug-08 7:09
liRetro18-Aug-08 7:09 
QuestionWinapp Webapp common library Pin
k6668-Aug-08 5:44
k6668-Aug-08 5:44 
QuestionSplitButton not available Pin
kildareflare7-Aug-08 23:09
kildareflare7-Aug-08 23:09 
AnswerRe: SplitButton not available Pin
led mike8-Aug-08 5:18
led mike8-Aug-08 5:18 
QuestionVideo Creator Pin
krutishukla7-Aug-08 17:57
krutishukla7-Aug-08 17:57 
AnswerRe: Video Creator Pin
led mike8-Aug-08 5:12
led mike8-Aug-08 5:12 
AnswerRe: Video Creator Pin
Thomas Stockwell11-Aug-08 1:39
professionalThomas Stockwell11-Aug-08 1:39 
QuestionAny way to force a TCP connection to reset Pin
supercat97-Aug-08 8:36
supercat97-Aug-08 8:36 
I am trying to write software to communicate with some wireless LAN modules. Periodically, the device using the LAN module will power it up. It will then open a TCP connection to a server at a fixed IP address and port. Unfortunately, the WLAN module seems to pick the same source port number most of the time when it powers up.

Under Windows 2000, if the WLAN module picks a port number YYYY that was used in an earlier connection, the packet sequence will be:
; End of previous connection
  module.YYYY -> server.XXXX FIN+ACK
  server.XXXX -> module.YYYY FIN+ACK
  module.YYYY -> server.XXXX ACK
  server.XXXX -> module.YYYY ACK
; Attempted new connection (PC doesn't know module got its ack)
  module.YYYY -> server.XXXX SYN
  server.XXXX -> module.YYYY ACK     ; Not SYN ack, but rather a repeat of the previous ACK
  module.YYYY -> server.XXXX RST+ACK ; Kill off old connection
  module.YYYY -> server.XXXX SYN
  server.XXXX -> module.YYYY SYN+ACK  ; New connection is now happy


Windows XP no longer sends the ACK after the SYN; the module will thus keep trying SYN packets until it times out. This causes many connections to fail. Is there any way using .net under XP to force the PC to reset a connection?

Ideally, the WLAN module would simply pick different port numbers on each connection attempt, avoiding the problem altogether. Unfortunately, I have no control over the firmware for that thing.
QuestionHow to include analog clock in GUI(Visual studio.Net 2003) Pin
M usman Saleem6-Aug-08 17:13
M usman Saleem6-Aug-08 17:13 
AnswerRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
AhsanS7-Aug-08 1:05
AhsanS7-Aug-08 1:05 
AnswerRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
Thomas Stockwell7-Aug-08 1:36
professionalThomas Stockwell7-Aug-08 1:36 
JokeRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
SomeGuyThatIsMe7-Aug-08 5:16
SomeGuyThatIsMe7-Aug-08 5:16 
AnswerRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
Zafar Sultan9-Aug-08 3:20
Zafar Sultan9-Aug-08 3:20 
QuestionWhat is the correct way? Pin
pijush dubey6-Aug-08 1:41
pijush dubey6-Aug-08 1:41 
AnswerRe: What is the correct way? Pin
Thomas Stockwell6-Aug-08 4:43
professionalThomas Stockwell6-Aug-08 4:43 
GeneralRe: What is the correct way? Pin
led mike6-Aug-08 5:34
led mike6-Aug-08 5:34 
AnswerRe: What is the correct way? Pin
Wael Al Wirr16-Nov-08 2:24
Wael Al Wirr16-Nov-08 2:24 
QuestionHow to bind a text file(.txt) to a datagrid? In Vb language. Pin
SkyMouse_855-Aug-08 23:58
SkyMouse_855-Aug-08 23:58 
AnswerRe: How to bind a text file(.txt) to a datagrid? In Vb language. Pin
Manas Bhardwaj7-Aug-08 5:01
professionalManas Bhardwaj7-Aug-08 5:01 
GeneralRe: How to bind a text file(.txt) to a datagrid? In Vb language. Pin
SkyMouse_857-Aug-08 16:33
SkyMouse_857-Aug-08 16:33 
QuestionProblem with DataGridView Pin
Sushma K5-Aug-08 21:54
Sushma K5-Aug-08 21:54 
AnswerRe: Problem with DataGridView Pin
vikas amin6-Aug-08 10:51
vikas amin6-Aug-08 10:51 
QuestionWhere are Value types going ? Pin
Sandeep Akhare5-Aug-08 20:31
Sandeep Akhare5-Aug-08 20:31 
AnswerRe: Where are Value types going ? Pin
Mark Salsbery6-Aug-08 7:48
Mark Salsbery6-Aug-08 7:48 
GeneralRe: Where are Value types going ? Pin
Sandeep Akhare6-Aug-08 20:00
Sandeep Akhare6-Aug-08 20:00 

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.