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

16 commits

Author SHA1 Message Date
f645e498e7 restructured repository 2015-11-23 17:44:14 +01:00
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
e196d01ffd fixed several bugs for new libnl3 based netem implementation 2015-09-14 18:05:03 +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
5f038bf6bd removed trailing whitespace 2015-08-07 01:11:43 +02:00
3cb842b28a fix: reset of traffic controller in case it wasn't initialized before 2015-06-10 14:48:16 +02:00
fffac2eb88 remove superfluous includes 2015-06-03 10:13:35 +02:00
b4ac52afa4 fix: proper checks and teardown of traffic controller 2015-06-02 22:07:58 +02:00
08e08e6711 updated copyright in header 2015-06-02 21:53:04 +02:00
64e0785504 moved config_parse_{socket,opal,gtfpga} to their own source files 2015-03-31 13:48:41 +02:00
1f9d2880dc Added custom version of system(2) for better output handling 2014-12-05 12:40:33 +01:00
36f6524ca2 fixed small bug
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@219 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 08:58:41 +00:00
c2516799ee unified comment style
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@155 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-14 11:49:44 +00:00
7ec0753d2b improved debugging output
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@130 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:47:29 +00:00
68eacb790a removed useless limit netem option
(does not what it should do, bug in manpage)

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@124 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:44:08 +00:00
4701ce2602 restructure repo: server
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@101 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-06-28 20:17:30 +00:00
Renamed from src/tc.c (Browse further)