Update client-udp.c
Added a comment to main - couldn't find any variable declarations to move to the top of the main methodpull/55/head
parent
f27363dd3b
commit
ddef4d8a6b
|
@ -37,7 +37,7 @@
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
||||
/* standard variables used in a udp client */
|
||||
int sockfd;
|
||||
int recvlen;
|
||||
struct sockaddr_in servAddr;
|
||||
|
|
Loading…
Reference in New Issue