mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
PR: 191880 Submitted by: Nikola Kolev The main focus of the library is to work in packaging and unpackaging of data structures. While this implementation uses SMPP-3.4, the aim is to generate a simple way to implement any proprietary protocol on TCP.
11 lines
352 B
C
11 lines
352 B
C
--- src/smpp34_structs.h.orig 2014-07-11 16:04:02.000000000 +0300
|
|
+++ src/smpp34_structs.h 2014-07-11 16:02:16.000000000 +0300
|
|
@@ -23,6 +23,8 @@
|
|
#ifndef _STB_H_
|
|
#define _STB_H_
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#define SMALL_BUFF 30
|
|
/* Identify PDUs ident ********************************************************/
|
|
#define MAX_TLV_SIZE 1024
|