Jeena to Programmer [email protected]English • 16 hours agoBefore and after programmingpiefed.jeena.netimagemessage-square80fedilinkarrow-up1377arrow-down151
arrow-up1326arrow-down1imageBefore and after programmingpiefed.jeena.netJeena to Programmer [email protected]English • 16 hours agomessage-square80fedilink
minus-square@gruelinkEnglish1•2 hours agoImplement a basic socket connection in C (20 lines of manipulating struct sockaddrs and such), then do the same in Python (2 lines). And then go back and make the C version support IPV6, because your initial implementation didn’t.
Implement a basic socket connection in C (20 lines of manipulating
struct sockaddr
s and such), then do the same in Python (2 lines).And then go back and make the C version support IPV6, because your initial implementation didn’t.