Giter Site home page Giter Site logo

tcp-over-udp's Introduction

tcp-over-udp

在UDP的基础上实现TCP build tcp connection from bottom using basic udp

  • 实现了TCP三次握手,文件传输,以及通过加载TCP header来控制传输状态等功能。Have implemented tcp 3-way-handshake, file transmission, and status control using tcp header

打开方式指南 Instruction

git clone https://github.com/Universeyi/tcp-over-udp.git
cd tcp-over-udp
gcc -lsocket -lm -lnsl myClientTCP.c -o tcp_client
gcc -lsocket -lm -lnsl myServerTCP.c -o tcp_server
tcp_server 2333 pp.txt

另开一个窗口 open a new tab of your terminal

tcp_client 127.0.0.1 2333 people.txt

可由此观察程序运行结果 Then you can view the outcome of our program.

tcp-over-udp's People

Stargazers

goforwork avatar Walter Li avatar Jingyuan Yi avatar

Watchers

Jingyuan Yi avatar

tcp-over-udp's Issues

Packet Loss Problem

Have you ever considered what would happen if the SYN or SYN_ACK packet loss?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.