Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Huffon/udp_in_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UDP 프로토콜 in C


실제 프로그래밍을 통해 UDP 소켓 프로그래밍을 연습하고, 이를 이해하자!
이 프로그램에서는 Server와 Client
두 개의 프로세스를 이용하여, UDP 프로토콜을 구현한다.
Packet 구조체 멤버의 경우, Fake로 실제로는 buffer에 내용을 담고 length 만을 사용한다.

About

implement UDP protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages