Top "Tcp" questions

Transmission Control Protocol (TCP) is a transport layer protocol that provides a connection-oriented data stream service with guaranteed, in-order delivery.

Setting TIME_WAIT TCP

We're trying to tune an application that accepts messages via TCP and also uses TCP for some of its internal …

tcp network-protocols
How to properly and completely close/reset a TcpClient connection?

What is the correct way to close or reset a TcpClient connection? We have software that communicates with hardware but …

c# .net tcp
adb connection over tcp not working now

I was trying to use adb over TCP/IP. I have followed these steps adb tcpip 5555 adb connect 194.68.0.100:5555 I have …

android tcp adb
Is SMTP based on TCP or UDP?

Is SMTP based on TCP or UDP ? I really can't confirm it . In my opinion, SMTP should be based on …

tcp smtp udp network-protocols
how to achieve transfer file between client and server using java socket

I have implement the simple TCP server and TCP client classes which can send the message from client to server …

java sockets tcp file-transfer
Converting serial port data to TCP/IP in a Linux environment

I need to get data from the serial port of a Linux system and convert it to TCP/IP to …

linux tcp serial-port
What does "app.run(host='0.0.0.0') " mean in Flask

I am reading the Flask documentation. I was told that with app.run(host='0.0.0.0'), I could make the …

python web tcp flask server
What's the difference between Flow Control and Congestion Control in TCP?

What's the difference between flow control and congestion control in TCP? This question can be broken down into two parts: …

networking tcp congestion-control
tcp_tw_reuse vs tcp_tw_recycle : Which to use (or both)?

I have a website and application which use a significant number of connections. It normally has about 3,000 connections statically open, …

linux networking tcp
Only one usage of each socket address (protocol/network address/port) is normally permitted?

I've been looking for a serious solution on google and i only get "Regisrty solutions" kind of stuff which i …

c# sockets tcp tcplistener socketexception