tapip
tapip copied to clipboard
user-mode TCP/IP stack based on linux tap device
Results
2
tapip issues
Sort by
recently updated
recently updated
newest added
This line , `perrx("ioctl SIOCGIFHWADDR");` should be , `perrx("ioctl SIOCGIFMTU");` ` void getmtu_tap(unsigned char *name, int *mtu){ struct ifreq ifr = {};` `strcpy(ifr.ifr_name, (char *)name); /* get net order hardware...
`tcp_text.c:129`: `tcp_send_ack(tsk, NULL);` may cause errors if argment `seg` is NULL,