Score of -1
3 answers
80 views
Whats the best way of identifying data streams in a PCAP file
I am making a program that prints packet data in a tkinter ui list from a PCAP file for a collage assignment. What would be the best way of identifying network streams similar to whats used in ...
- reputation score 1
Score of 0
5 answers
148 views
Why not make a new TCP version?
I heard TCP is like 50 years old, So why don't we create a new and modern TCP-like protocol for transmission? Why are we still using a very old protocol?
- reputation score 11
Score of 1
0 answers
129 views
Linux kernel netdev: module_param deprecated
I am working on a linux kernel tcp congestion control module and was using the module_param macro to get some runtime configurable parameters. When submitting to the netdev mailing list, the automated ...
- reputation score 11
Score of 0
0 answers
66 views
SwiftUI Contiuously Read Data via TCP/IP
I am relatively new to programming in Swift, coming from C++. I want to write an iOS app in SwiftUI that continuously reads data which is sent by a server via TCP/IP and eventually sends TCP/IP ...
- reputation score 1
Score of -3
1 answer
87 views
Ktor TCP readbyte [closed]
I would like to ask or assure. If I want to read raw bytes from the tcp connection using ktor in KMP it is not possible or there is no native library function which can help me to read all bytes ...
- reputation score 1
Score of 0
1 answer
80 views
How does the TCP "Time_Wait" work together with FTP?
Can someone explain to me the way Time_Wait in TCP is working? I'm doing some testing with FTP on IIS Windows in passive mode and allowed only one single Port as Data Channel. I did several commands ...
- reputation score 1
Score of 0
0 answers
38 views
MicroChip multiple SERCOM to TCPIP sockets
Looking for direction on best practices for my application. I currently have a MicroChip evaluation board PIC32CZ CA80. The board/chip has multiple SERCOM/UART IO lines. And it also has an Ethernet ...
- reputation score 37
Score of 0
1 answer
172 views
Are non-blocking Linux sockets thread-safe for multiple writers?
Can multiple threads safely write to a shared TCP socket opened in non-blocking mode (if that changes anything compared to blocking sockets)? Will the Kernel serialize the data from each of these send(...
- reputation score 57