1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/lib/nodes
Dennis Potter 71134a4c81 Node now already posts Work Receives if it accepts the connections.
Before, it waited until it is really connected. That caused problems,
because the send side will start immediately sending if it is connected.
Especially at high rates (>100k) this was a problem.
2018-08-04 17:34:52 +02:00
..
amqp.c Fixes #166, all node interfaces are modified 2018-07-11 18:14:29 +02:00
cbuilder.c Fixes #166, all node interfaces are modified 2018-07-11 18:14:29 +02:00
CMakeLists.txt cmake: allow VILLASnode to be included into other CMake projects via add_subdirectory() 2018-07-16 20:16:14 +02:00
comedi.c comedi: fix typo 2018-07-16 20:26:09 +02:00
file.c Added configurable setvbuf to output of file node 2018-08-04 15:20:21 +02:00
iec61850.c improve naming of struct node_type function pointers (closes #150) 2018-07-16 11:00:15 +02:00
iec61850_sv.c node: fix node_{read,write}() interface for comedi and iec61850_sv 2018-07-16 20:16:59 +02:00
infiniband.c Node now already posts Work Receives if it accepts the connections. 2018-08-04 17:34:52 +02:00
influxdb.c Fixes #166, all node interfaces are modified 2018-07-11 18:14:29 +02:00
loopback.c Fixes #166, all node interfaces are modified 2018-07-11 18:14:29 +02:00
mqtt.c fixed indents 2018-07-17 11:38:17 +02:00
nanomsg.c improve naming of struct node_type function pointers (closes #150) 2018-07-16 11:00:15 +02:00
ngsi.c improve naming of struct node_type function pointers (closes #150) 2018-07-16 11:00:15 +02:00
opal.c improve naming of struct node_type function pointers (closes #150) 2018-07-16 11:00:15 +02:00
shmem.c Fixes #166, all node interfaces are modified 2018-07-11 18:14:29 +02:00
signal_generator.c Added flag to enable/disable warning about missed steps 2018-08-04 17:27:06 +02:00
socket.c socket: use correct values for sockaddr lengths (closes #177) 2018-07-16 21:59:23 +02:00
stats.c improve naming of struct node_type function pointers (closes #150) 2018-07-16 11:00:15 +02:00
test_rtt.c Fixes #166, all node interfaces are modified 2018-07-11 18:14:29 +02:00
websocket.c improve naming of struct node_type function pointers (closes #150) 2018-07-16 11:00:15 +02:00
zeromq.c improve naming of struct node_type function pointers (closes #150) 2018-07-16 11:00:15 +02:00