SCTP socket added

This commit is contained in:
User Infidel
2022-10-05 21:04:30 +07:00
parent 02ae085aed
commit 018e1911c4
5 changed files with 112 additions and 4 deletions

View File

@@ -41,6 +41,13 @@ The `kqueue_socket.c` is my attempt on create a socket watcher timer program usi
- Array of kevent
### SCTP
- Listening
- Init ACK
> Find out how to make a stateless connection over SCTP.
## Goal
- Understand the difference between c++ and C