1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
Commit graph

11 commits

Author SHA1 Message Date
bfb0221ccf replaced strap() and vstrap() functions by strcatf() and vstrcatf()
The new versions of those string concatenating functions are using realloc() to dynamically resize the string buffer if needed.
We don't use the stack anymore.
2015-09-22 13:01:02 +02:00
006440567a improving documentation 2015-09-19 18:48:00 +02:00
0524afa630 rewrite of network emulation support using libnl3
iproute2 is now not required anymore. everything is handled by nettling sockets
2015-08-22 17:42:02 +02:00
84d3e4c136 removed last pieces of TCP support and pseudo node-types: "udp", "ieee802.3" and "ip"
The node-types have been replaced by the new type "socket" which features a setting called "layer" to choose between "udp", "ip" and "eth"
2015-08-07 01:24:19 +02:00
5f038bf6bd removed trailing whitespace 2015-08-07 01:11:43 +02:00
08e08e6711 updated copyright in header 2015-06-02 21:53:04 +02:00
d1d5f521b7 introducing new unified node types with scatter/gather (multiplexing) support 2015-05-06 11:48:30 +02:00
506bb2446c updated documentation (copyright year and other stuff) 2015-05-06 11:36:51 +02:00
64e0785504 moved config_parse_{socket,opal,gtfpga} to their own source files 2015-03-31 13:48:41 +02:00
0a584fd126 several bug fixes and improvements for TCP, IP and IEEE802.3 layer support
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@258 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-12-09 17:19:07 +00:00
65ac7424e0 introducing new node type system for: opal, gtfpga and sockets 2014-12-05 12:30:48 +01:00