Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 417 Bytes

File metadata and controls

19 lines (15 loc) · 417 Bytes

Linux programming

multiplex_io

select, epoll network programming

ipc

Inner Process Communication
pipe, FIFO, signal, socket is not included,
socket programming is based on IPC. so, there is not mentioned.

network_programming

Linux network programming, focus on socket.
Based on Beej's book, <<Beej's Guide to Network Programming>>