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
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 HAL: linux: Set socket protocol only for receive sockets 11 months ago
filesystem - PAL: fixed wrong order of function arguments for fread and fwrite functions 2 years ago
inc Merge branch 'v1.6_develop' into v1.6_develop_rgoose_sntp__merge_develop 1 year ago
memory - MMS server: add function to ignore client requests (for test purposes) 3 years ago
serial - replaced select by poll in linux hal (LIB61850-416)(#463) 1 year ago
socket - replaced select by poll in linux hal (LIB61850-416)(#463) 1 year ago
thread - MacOS thread layer: replaced semaphore by mutex 4 years ago
time - unified HAL with lib60870 and libtase2 (LIB61850-261) 4 years ago
tls - TLS: fixed memory leak in TLSConiguration (I6PLLCV-99) 1 year ago
CMakeLists.txt - some updates for mbedtls 3.6 integration (LIB61850-448) 1 year ago