C# and TCP/IP sockets

G

Guest

Hi,

I'm new to TCP/IP socket programming using C#.
I've written a code that connects to a server application and pumps large
amounts of data to it.

I need to determine the best possible packet size for the data. Any
suggestions on
how can we do that.

Now, is there any way that we can monitor my packet traffic and packets
sizes
on the TCP/IP network.

Kindly let me know,

If I'm in a wrong newsgroup, could you please suggest me a relevent
newsgroup/forums.


Cheers,
Naveen
 
V

vooose

I recommend using Ethereal to monitor packet traffic. What do you mean
by 'best possible packet size' ? Do you mean the amount of bytes written
to your socket with each

stream.Write( ) call?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top