Hello all,
I am trying to setup a peer-to-peer TCP connection between two endpoints using Csharp code; In a winsock environment, the setup connection speed is very small. In a .net framework, the TCP setup time is large and is causing a problem. The connection is being established and the program is working, however I am looking to reduce TCP connection time establishment. Everytime the transmitter establishes a TCP connection with a new endpoint, it takes a relatively long time.
Any help/ideas/feedback? Anything would be helpful please!!
By the way, there are no NAT in my p2p network so I have no traversal problems. If it s a firewall issue, why wouldn't I see the same large setup and teardown TCP time in a winsock environment?
By setup time, I mean the establishment of the TCP connection between the two peers.
I am trying to setup a peer-to-peer TCP connection between two endpoints using Csharp code; In a winsock environment, the setup connection speed is very small. In a .net framework, the TCP setup time is large and is causing a problem. The connection is being established and the program is working, however I am looking to reduce TCP connection time establishment. Everytime the transmitter establishes a TCP connection with a new endpoint, it takes a relatively long time.
Any help/ideas/feedback? Anything would be helpful please!!
By the way, there are no NAT in my p2p network so I have no traversal problems. If it s a firewall issue, why wouldn't I see the same large setup and teardown TCP time in a winsock environment?
By setup time, I mean the establishment of the TCP connection between the two peers.