UltraMonkey-L7 V3(multi-thread implementation)
修訂 | 8958a7d1e41488a10235b884090af8d26bf825ab (tree) |
---|---|
時間 | 2011-12-27 16:28:24 |
作者 | Michiro HIBARI <hibari@user...> |
Commiter | Michiro HIBARI |
Delete needless file.
@@ -1,28 +0,0 @@ | ||
1 | -/*! | |
2 | - * @file tcp_data.cpp | |
3 | - * @brief tcp session processing data class | |
4 | - * | |
5 | - * L7VSD: Linux Virtual Server for Layer7 Load Balancing | |
6 | - * Copyright (C) 2009 NTT COMWARE Corporation. | |
7 | - * | |
8 | - * This program is free software; you can redistribute it and/or | |
9 | - * modify it under the terms of the GNU Lesser General Public | |
10 | - * License as published by the Free Software Foundation; either | |
11 | - * version 2.1 of the License, or (at your option) any later version. | |
12 | - * | |
13 | - * This program is distributed in the hope that it will be useful, | |
14 | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
15 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
16 | - * Lesser General Public License for more details. | |
17 | - * | |
18 | - * You should have received a copy of the GNU Lesser General Public | |
19 | - * License along with this library; if not, write to the Free Software | |
20 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | |
21 | - * 02110-1301 USA | |
22 | - * | |
23 | - **********************************************************************/ | |
24 | - | |
25 | -#include "tcp_data.h" | |
26 | -#include "logger.h" | |
27 | - | |
28 | -// this class implementation see data_buff_base.h |