removed apps
[luayats.git] / src / user / tcpipsendprio.h
blob7ac3177616a4a69b0297093cb9fc2f7d234db3fc
1 /*************************************************************************
3 * YATS - Yet Another Tiny Simulator
5 **************************************************************************
7 * Copyright (C) 1995-1997 Chair for Telecommunications
8 * Dresden University of Technology
9 * D-01062 Dresden
10 * Germany
12 **************************************************************************
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation; either version 2 of the License, or
17 * (at your option) any later version.
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
24 * You should have received a copy of the GNU General Public License
25 * along with this program; if not, write to the Free Software
26 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28 *************************************************************************/
29 #ifndef TCPIPSENDPRIO_H_
30 #define TCPIPSENDPRIO_H_
32 #include "tcpipsend.h"
34 class tcpipsendprio: public tcpipsend
36 typedef tcpipsend baseclass;
37 public:
38 void queue_pkt(int, TCPsendMode); // generates TCP/IP segments of this data
41 #endif