Skip to content

Commit

Permalink
Initial commit (basic communication)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-ciurel authored and razvancrainea committed Jan 23, 2019
1 parent 9569c2c commit a1dd912
Show file tree
Hide file tree
Showing 7 changed files with 1,231 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ip_addr.h
Expand Up @@ -51,7 +51,7 @@

enum sip_protos { PROTO_NONE = 0, PROTO_FIRST = 1, PROTO_UDP = 1, \
PROTO_TCP, PROTO_TLS, PROTO_SCTP, PROTO_WS, PROTO_WSS, PROTO_BIN,
PROTO_HEP_UDP, PROTO_HEP_TCP, PROTO_OTHER };
PROTO_HEP_UDP, PROTO_HEP_TCP, PROTO_SMPP, PROTO_OTHER };
#define PROTO_LAST PROTO_OTHER

struct ip_addr{
Expand Down
6 changes: 6 additions & 0 deletions modules/proto_smpp/Makefile
@@ -0,0 +1,6 @@
include ../../Makefile.defs
auto_gen=
NAME=proto_smpp.so
LIBS=

include ../../Makefile.modules

0 comments on commit a1dd912

Please sign in to comment.