You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been studying this code for a few days to learn more about network programming. I've learned some good things, Thanks!
My question is
I've seen this use of memset in other code and sample, but I'm curious as to why cast the struct to (char *)
instead of just memset(&serv_addr, 0, sa_size)
I've been studying this code for a few days to learn more about network programming. I've learned some good things, Thanks!
My question is
I've seen this use of memset in other code and sample, but I'm curious as to why cast the struct to
(char *)
instead of just
memset(&serv_addr, 0, sa_size)
ntttcp-for-linux/src/udpstream.c
Line 44 in 14705f1
Thanks in advance,
The text was updated successfully, but these errors were encountered: