Skip to main content

Questions tagged [tcp]

TCP stands for Transmission Control Protocol and is one of the core protocols of the Internet Protocol Suite. TCP complements the Internet Protocol (IP), and therefore the entire suite is commonly referred to as TCP/IP.

339 questions with no upvoted or accepted answers
6 votes
0 answers
3k views

Android TCP error failed to resolve host name from static library

I'm using ffmpeg on android and i have encountered and error, that does not occur when i'm using the library on my linux VM. I'm using FFmpeg Static Builds, from here. I am using the stable 3.1.5 ...
David Barishev's user avatar
5 votes
0 answers
8k views

How do I kill existing network connections on Linux?

I've been working on a project that is nearly complete: to be able to kill my children's internet connections at the touch of a button. I've implemented part of the solution by basically calling: ...
Mark Johnson's user avatar
4 votes
1 answer
928 views

What happens when I terminate a process and the socket send buffer is not empty?

In Windows (and probably in other operating systems), if a process has a TCP connection with another process on another machine, and then I terminate the process, an RST packet will be sent to the ...
user424014's user avatar
4 votes
0 answers
583 views

Samba not connectable "Go away, we're not home"

I'm having an issue connecting to my dedicated server using samba. The server is a debian (squeeze) box running a samba server, only small modifications have been made to the default config and the ...
Hayley's user avatar
  • 220
3 votes
0 answers
2k views

How to access to a SQL Server Instance from a WSL2 Debian System?

I would like to connect from my WSL 2 Debian System to a SQL Server instance. This is because I want to develop an cossplatform app in Python and make some tests. WSL 1 As far as I know with WSL 1 I ...
ChesuCR's user avatar
  • 181
3 votes
0 answers
2k views

Force windows to communicate to specific ip addresses via specific network card

Hello I'm currently facing issues with tcp communication on a windows 10 system with two network cards. I need to connect specific hardware which is in a LAN. Sometimes windows uses the network ...
SebA's user avatar
  • 31
3 votes
1 answer
1k views

Cannot connect to RPC server over TCP on WSL

I'm currently running an RPC (TCP) server in ubuntu (19.04) inside the WSL(2) in windows, listening to 0.0.0.0:7860. If I run any query inside the WSL(2) itself with address 127.0.0.1:7860 it works. ...
Netwave's user avatar
  • 131
3 votes
0 answers
515 views

PHP cURL's TCP_FASTOPEN option is not available

According to php.net, the PHP cURL option CURLOPT_TCP_FASTOPEN is available since cURL version 7.49.0 and PHP version 7.0.7. According to what phpinfo reports on my server, i'm running PHP 7.3.7 and ...
Mister_Fix's user avatar
3 votes
1 answer
1k views

Slow TCP/IP and UDP communication

I am working with a device on a metal cutting machine that communicates using TCP/IP or UDP over Ethernet. I wrote a test program that writes and read ten registers and times how long it takes for the ...
RS Conley's user avatar
  • 151
3 votes
0 answers
2k views

Destination Host Unreachable between linux boxes

I have a home wifi network with 2 linux and 1 mac system. I can reach each linux from mac and other way round, but an attempt to ping a linux from another linux results with "Destination Host ...
Alex Blex's user avatar
  • 131
3 votes
0 answers
817 views

Inactive / Unknown TCP connections

I can see the following TCP connections in one of my linux host. root@odb-us:~# netstat -a | grep ESTAB | grep 10.12 tcp 0 0 odb-us.:2424 10.12.0.77:40000 ESTABLISHED tcp 0 ...
Arun prasath's user avatar
3 votes
0 answers
718 views

IPv6 Causes TCP SSL requests to Microsoft CDNs to fail (connection reset)

NOTE: The following only applies if I enable IPv6. If I disable IPv6 via control panel/adapter settings in Windows everything works fine. See latest update at bottom. Windows 10 Desktop -> Wired ...
Mike's user avatar
  • 241
3 votes
1 answer
1k views

Is it necessary for an RST packet to have an acknowledgement number?

I am studying about TCP reset attack. I know that some RST packets have an acknowledgement number (with the ACK bit set), and some RST packets do not have an acknowledgement number (the ...
user572563's user avatar
3 votes
0 answers
8k views

DBus over Network (TCP)

I'm trying to communicate with a remote DBus (i.e. IP 10.100.20.101) from a host (i.e. IP 10.100.20.102) - X86_64 platform to ARM development board. I've tried the solutions from here but it caused ...
Toni's user avatar
  • 31
3 votes
0 answers
394 views

Force local packet pass trough the router (or disable loopback) - windows 8

i would like to avoid that packets sent from my machine to the same machine (via the IP assigned by the external router eg. 192.168.1.20) are routed with loopback and so never reach the external ...
Alex's user avatar
  • 131

15 30 50 per page
1
2 3 4 5
23