On Thursday, April 25, 2013 16:37:23 Simon Wunderlich wrote:
Reordering the packet type numbers allows us to handle unicast packets in a general way - even if we don't know the specific packet type, we can still forward it. There was already code handling this for a couple of unicast packets, and this is the more generalized version to do that.
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
main.c | 20 +++++++++++++++----- packet.h | 34 +++++++++++++++++++++++++--------- routing.c | 28 ++++++++++++++++++++++++++++ routing.h | 2 ++ 4 files changed, 70 insertions(+), 14 deletions(-)
Applied in revision 3bcf1e1.
Thanks, Marek