hark130 / sketchy-idea

Reusable, stand-alone, Linux code
GNU General Public License v3.0
0 stars 0 forks source link

SKID-8: Create a networking library #22

Open hark130 opened 2 months ago

hark130 commented 2 months ago

There's barely any JQS line items requiring network programming. Only two have any sort of "networking" mention. Only one has a legitimate programming (as opposed to "usage") objective: a SOCK_RAW BSD socket objective.

So what do we do? Design and implement a "helper" library for common "networking" functions.

Online Resources:

hark130 commented 1 week ago

I never did document the "a SOCK_RAW BSD socket objective". I'm going to:

hark130 commented 1 week ago

Good notes on uses for SOCK_RAW: