# -*- perl -*-
#
# INetSim::Discard - Base package for Discard::TCP and Discard::UDP
#
# (c)2007-2008 Thomas Hungenberg, Matthias Eckert
#
# Version 0.1   (2007-03-26)
#
#############################################################
#
# History:
#
# Version 0.1   (2007-03-26) th
#
#############################################################

package INetSim::Discard;

use strict;
use warnings;
use base qw(INetSim::GenericServer);

# no shared functions

1;
#
