open62541/.idea
JanSurft 90068f2811
feat(el): cached address udp (#5355)
* feat(el): cached addresses for udp eventloop

Instead of using connect + send use sendto and cache
the destination address for each opened connection.

* fix(el): choose correct error wrapper

* fix(el): win32 use size_t not socklen

* docs(el): add netif param & active passiv distinct

* build: add new subproj to idea structure

* Use ai_addrlen for memcpy of address information

Co-authored-by: Julius Pfrommer <jpfr@users.noreply.github.com>
2022-10-06 22:42:00 +02:00
..
codeStyles feat(build): Add .idea project files (#4830) 2021-12-11 14:29:00 +01:00
.gitignore feat(build): Add .idea project files (#4830) 2021-12-11 14:29:00 +01:00
csv-plugin.xml fix(server): Fix default initialization for arrays (#4852) 2022-01-13 23:32:00 +01:00
misc.xml feat(build): Add .idea project files (#4830) 2021-12-11 14:29:00 +01:00
modules.xml feat(build): Add .idea project files (#4830) 2021-12-11 14:29:00 +01:00
open62541.iml feat(build): Add .idea project files (#4830) 2021-12-11 14:29:00 +01:00
open625412.iml fix(core) compilation bug due to missing void parameter (#5117) 2022-05-09 13:00:45 +02:00
vcs.xml feat(el): cached address udp (#5355) 2022-10-06 22:42:00 +02:00