djvergad / dash

An MPEG/DASH client-server module for simulating rate adaptation mechanisms over HTTP/TCP.
GNU General Public License v2.0
46 stars 21 forks source link

Update dash-example.cc #12

Closed dilunga1 closed 8 years ago

dilunga1 commented 8 years ago

Corrected the error for ns-3.26 which was:

dash-example.cc:118:24: error: variable length array of non-POD element type 'std::string' (aka 'basic_string<char, char_traits, allocator >') std::string protocols[users];