amineamanzou / UDP-TCP-File-TransferLinks
A classical Unix multi-thread server and client in C language using sockets.
☆65Updated 12 years ago
Alternatives and similar repositories for UDP-TCP-File-Transfer
Users that are interested in UDP-TCP-File-Transfer are comparing it to the libraries listed below
Sorting:
- Implementation of a simple FTP client and server☆162Updated 7 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- Simple FTP client-server implementation in C☆126Updated 5 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 5 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- FTP Server for linux☆63Updated 6 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 11 years ago
- Lightweight FTP server written in C☆145Updated 2 years ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆169Updated last week
- USTC 嵌入式系统实验室2013级研究生阅读内核记录☆63Updated 11 years ago
- Linux进程间通信(Inter-Process Communication)方式汇总☆323Updated 7 years ago
- 韦东山驱动开发源代码☆15Updated 9 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- cmdline menu libary☆81Updated last month
- linux0.11源码解析☆94Updated last year
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 4 years ago
- 尝试阻塞与非阻塞,I/O 多路复用(select, epoll)☆76Updated 7 years ago
- linux线程间同步(Inter-Thread Synchronization)方式汇总☆60Updated 10 years ago
- A lightweight C, C++ logging library developed for Linux, It is designed with high performance, asynchronized, thread-safe and process-sa…☆233Updated 3 months ago
- Simple memory leak finder.☆53Updated 12 years ago
- 协程的简单实现☆52Updated 3 years ago
- Summaries and notes on pthreads programming.☆59Updated 7 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 3 years ago
- 一个基于tun/tap设备编写的简易的tcp/ip协议栈.☆94Updated 8 years ago
- Lock-Free Thread Pool☆80Updated 2 years ago
- libevent library reimplemented with c++☆42Updated 5 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- ☆45Updated 11 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆88Updated 4 years ago