Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-2 votes
0 answers
69 views

I've been playing with a very simple TCP server in golang (net.Listener + net.Conn). Within my code I open a TCP connection and pass it to a goroutine to read data from it. In that goroutine, I think, ...
-1 votes
0 answers
70 views

I have been facing an issue in Rust with processing TCP packets from a system in Bevy (a game engine based on an entity component system). The TCP packets in a TcpStream (but NOT in a TcpListener) ...
2 votes
1 answer
62 views

I am implementing a destination NAT-like behavior by hooking into NF_INET_PRE_ROUTING and NF_INET_LOCAL_OUT to modify the destination IP address and recalculate the checksums. nf_tracer_handler(void *...
0 votes
1 answer
43 views

i got a task that asks to make a tcp-scanner using method TCP SYN, from scapy.all import * from scapy.layers.inet import IP, UDP, ICMP, TCP def tcp_scan(destination_ip : str, ports : list[int]): ...
lol's user avatar
  • 3
0 votes
0 answers
67 views

I made a simple console messenger to test the possibility of connecting 2 or more computers for my game using RadminVpn+Sockets but its not working. I can connect to myself using my radmin ip but if I ...
2 votes
1 answer
130 views

After upgrading Spring Boot from 2.7 to 3.4, receiving message from TCP server to our service is getting changed with different code. For example, previously the received message is 1784 after ...
0 votes
0 answers
111 views

I have a Qt application that uses the qtmqtt module to implement a simple MQTT setup. I’m running two instances — one as a subscriber and one as a publisher. In the app, users can right-click on any ...
Ali Ehyaie's user avatar
  • 1,324
0 votes
1 answer
116 views

I’ve been reading the MQTT documentation, and as I understand it, there are two types of Quality of Service (QoS) levels involved: Publisher QoS: determines the delivery guarantee between the ...
Ali Ehyaie's user avatar
  • 1,324
-1 votes
1 answer
87 views

I’m trying to start a per-shard TCP listener in Seastar, where each shard binds to its own port (6010 + shard_id). On shard 0, everything works — the listener binds and accepts connections fine. But ...
0 votes
0 answers
92 views

I’m developing an MQL5 Expert Advisor that should connect to a local TCP server (127.0.0.1:5001). The server is running and responds correctly to Telnet. In MetaTrader, I added 127.0.0.1:5001 in ...
-4 votes
1 answer
54 views

Can we attach a ebpf program after tcp reordering? What mechanism should we use any ready examples folks? We tried at tc level but see problems of packets not being ordered/assembled as expected! ...
user4737628's user avatar
1 vote
1 answer
84 views

I have a Task that should continuously read from a Tcp stream and place the data into a ConcurrentQueue for processing. Stepping through the function I notice that the ReadAsync Call does not return. ...
0 votes
0 answers
80 views

In order to get the data I need from Tshark I run with the flags: tshark -i [email protected]:11111 -T ek and we are streaming data to the TCP port 11111. I'm trying to recreate this with pyshark: ...
1 vote
2 answers
159 views

I try to play with multiple concurrent tcp connection in Java. Given 250 concurrent tcp connection, some of them will get connection refused. It surprises me due to only 250 connection. In large web ...
Spaceship222's user avatar
0 votes
1 answer
131 views

I'm trying to build a lightweight TCP server in Node.js that can handle multiple clients concurrently without blocking any of them — and all of this in a single-threaded manner, staying true to Node....

15 30 50 per page
1
2 3 4 5
...
1585

AltStyle によって変換されたページ (->オリジナル) /