[SuperSocket 2.0] SuperSocket 2.0 from beginning to end
SuperSocket 2.0 from entry to ignorance
SuperSocket 2.0 from entry to ignorance
1 use SuperSocket 2.0 to build a Socket server in the AspNetCore project
1.1 introduction of SuperSocket 2.01.2 build a Socket server in AspNetCore 2 basic protocol concepts
2.1 types of basic agreements
2.1.1 fixed header format protocol2.1.2 f ...
Added by friedemann_bach on Sat, 26 Feb 2022 04:07:53 +0200
UC growth path 13
Review: UC growth path 1 UC growth path 2 UC growth path 3 UC growth path 4 UC growth path 5 UC growth path 6 UC growth path 7 UC growth path 8 UC growth path 9 UC growth path 10 UC growth path 11 UC growth path 12
1, Network programming model and Implementation Based on TCP
There are two types of transport layer: TCP and UDP TCP is connect ...
Added by mshen on Fri, 18 Feb 2022 23:59:09 +0200
Python builds TCP communication / TCP forwarding
Python builds TCP communication
TCP/IP protocol
TCP/IP (Transmission Control Protocol/Internet Protocol) refers to a protocol cluster that can realize information transmission between multiple different networks. TCP/IP protocol refers not only to TCP and IP Two agreements, but one by FTP,SMTP,TCP,UDP The protocol cluster composed of, IP and ...
Added by EPCtech on Wed, 26 Jan 2022 22:22:54 +0200
Python: network programming, TCP, mackfile, chat writing
catalogue
Socket introduction
TCP programming
TCP server programming [server programming steps]
Practice - write a group chat program
Common Socket methods
MakeFile
Complete code for ChatServer experiment
Socket introduction
Socket: socket is provided in Python Py standard library, a very low-level interface library Socket is a gen ...
Added by bbxrider on Mon, 24 Jan 2022 05:01:26 +0200
Understand the OSI seven layer model and TCP three handshakes and four waves
Summary of key points
Basic concepts
bit, Byte, rate, bandwidth, throughput, delay, delay bandwidth area, round trip time, utilization, packet loss rate OSI seven layer model
Physical layer, data link layer, network layer, transport layer, session layer, presentation layer and application layer OSI network standard model
Physica ...
Added by HERATHEIM on Mon, 17 Jan 2022 20:32:46 +0200
C# code to achieve TCP penetration (hole drilling)
Intranet penetration technology is required to realize TCP communication between intranets. The specific principles are available on the Internet. Refer to:
https://blog.csdn.net/leisure512/article/details/4900191
https://blog.csdn.net/aaron133/article/details/79206257
The condition for successful TCP penetration requires that the networks o ...
Added by iPixel on Sat, 15 Jan 2022 12:22:57 +0200
Network communication data transmission TCP/IP model PORT IP
Network communication data transmission TCP/IP model PORT IP
Network programming: connect computers distributed in different geographical regions with special external equipment with communication lines to form a large-scale and powerful network system, so that many computers can easily transfer information to each other and share hardware, so ...
Added by doucie on Sat, 25 Dec 2021 22:20:47 +0200
How to make TCP retransmission silky
Linux TCP congestion state machine core function tcp_fastretrans_alert is too aggressive.
After detecting whether the packet loss is true or false, the congestion control algorithm can do very little. Even if the congestion control algorithm determines that this is a packet loss unrelated to congestion or even no packet loss at all, the conges ...
Added by sofasurfer on Fri, 17 Dec 2021 12:17:07 +0200
Implementing simple RPC framework 9 from scratch: heartbeat and reconnection mechanism of network communication
1, Heartbeat
What is heartbeat
In TPC, after the client and server establish a connection, they need to send data packets regularly to inform each other that they are still online to ensure the effectiveness of the TPC connection. If a connection has no heartbeat for a long time, it needs to be disconnected in time, otherwise the server will ...
Added by nobertos on Wed, 24 Nov 2021 11:32:12 +0200