Question Description
this project has to be written
// forwarder.c by Dr. Junwan Kim // This program MUST be used for only csci315 // #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <arpa/inet.h> #include <sys/types.h> #include <netinet/in.h> #include <sys/socket.h> #define PORTNUM1 2300 #define PORTNUM2 2400 #define MAXRCVLEN 500 int main(int argc, char *argv[]) { char* msg = “HI CSCI315 from forwardern”; char buffer[MAXRCVLEN + 1]; int len, consocket; struct sockaddr_in dest; struct sockaddr_in serv;
PayPal Gateway not configured
PayPal Gateway not configured