You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/hal/ethernet/linux
Denis Lazarev bb7c77b900 HAL: linux: Set socket protocol only for receive sockets
When creating raw sockets the protocol must be set to 0.

In case for receive sockets this means we will receive no packets until
we "bind" the socket with a non-zero protocol.

In case for only transmit sockets this avoids an expensive call packet
receiving function in kernel thats overflow internal receive socket
buffer.
11 months ago
..
ethernet_linux.c HAL: linux: Set socket protocol only for receive sockets 11 months ago