Sha256: 226dc16b12468cc0b602d15873ee0d76534eb143eb8f7fb74a7e968eee0b623e
Contents?: true
Size: 801 Bytes
Versions: 23
Compression:
Stored size: 801 Bytes
Contents
/* Copyright (C) 2009-2012 NEC Corporation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef _COMMON_H_ #define _COMMON_H_ #include <stdint.h> #define PKT_BUF_SIZE 1522 #endif /* _COMMON_H_ */
Version data entries
23 entries across 23 versions & 1 rubygems