Home

Carry & Overflow

Summry 본 문서에서는 carry 와 overflow 를 설명하고 차이를 정리한다. send me email if you have any questions.

Read more

Linux network stack

Summry 본 문서에서는 Linux 운영체제와 하드웨어 레이어에서의 데이터 흐름과 제어 흐름을 바탕으로 네트워크 스택에 대한 전반적인 작동 방식을 정리한다. send me email if you have any questions.

Read more

INADDR_ANY

Summry 네트워크 소켓 프로그래밍 시 INADDR_ANY의 의미 send me email if you have any questions.

Read more

u8, u16, s8, s16

Summry C 코드에서 u8, u16, u32, u64 또는 s8, s16, s32, s64 라는 자료형을 보았을 것이다. 본 문서에서는 위의 자료형을 정리한다. send me email if you have any questions.

Read more