raw socket

  1. J

    Socket CAN descriptor using in epoll is not getting updated with its latest Network status

    Hello Folks, I have an issue in my implementation of socket CAN. The design is like, Receive Thread: register start,shutdown descriptor in epoll_ctrl epoll_wait ----if start descriptor -------register socket CAN descriptor to epoll ----if shutdown descriptor ------close socket descriptor...
  2. S

    Raw socket programming in linux

    Hi there, im working on raw sockets in c, I have a char buffer with a multiple raw ethernet packets, received from a raw socket (Interface : eth1). Now i want to send the those packets over other raw socket(Interface : eth2 ), if i try to send those packets through the send() call he is...
Top