SOYJUN / TCP-socket-client-server
The aim of this assignment is to have you do TCP socket client / server programming using I/O multiplexing, child processes and threads. It also aims at getting you to familiarize yourselves with the inetd superserver daemon, the ‘exec’ family of functions, various socket error scenarios, some socket options, and some basic domain name / IP addr…
☆40Updated 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for TCP-socket-client-server
- Simple memory leak finder.☆51Updated 11 years ago
- Bond process with dedicated CPUs on DragonFly BSD☆10Updated 5 years ago
- Overview For this assignment you will be developing an application that uses raw IP sockets to ‘walk’ around an ordered list of nodes (g…☆25Updated 9 years ago
- The simple implementation of UDP broadcasting and multicast☆29Updated 8 years ago
- epoll based tcp/udp server☆28Updated 8 months ago
- tlv codec library.☆17Updated 11 years ago
- a user-space simulated dump_stack(), based on mips.☆19Updated 9 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆19Updated 8 years ago
- 实现并对比了各类字符串匹配算法,包括Sunday、KMP、Boyer-Moore、horspool☆23Updated 6 years ago
- Muduo Non-blocking Address Resolver with UDNS☆19Updated 8 years ago
- 多种无锁队列☆43Updated 6 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆78Updated 6 years ago
- 韦东山驱动开发源代码☆13Updated 8 years ago
- Lock-Free Thread Pool☆75Updated last year
- 一个基于Linux的纯C基础类库☆38Updated 7 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Updated 10 years ago
- This is mini rpc depend on google protobuf.☆11Updated 5 years ago
- 纯C语言写的http client,支持 https,支持GET POST☆15Updated 5 years ago
- my c++ lib,include tcp server thread pool, double buffer, mysql pool, string☆18Updated 2 years ago
- Transfer block of data from one linux process to another, used IPC technology such as semaphore and share memory.☆12Updated 11 years ago
- A classical Unix multi-thread server and client in C language using sockets.☆61Updated 11 years ago
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 3 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆33Updated 10 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高 级I/O、select/poll/epoll、Http协议☆55Updated 8 years ago
- Linux内核机制笔记☆11Updated 5 years ago
- Very simple library for sending and receiving ICMP datagrams.☆16Updated 2 years ago
- Attach to a process and dump statistics of low level malloc(ptmalloc, the glibc implementation) of the process.☆29Updated 5 years ago
- a tiny c complier☆31Updated 7 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆139Updated 7 years ago