Search Results

Search: Posts Made By: rv1125
Forum: Programming 02-19-2007
9,953
Posted By rv1125
for gcc try to define your structure like this: ...
for gcc try to define your structure like this:

struct gtpp_hdr6 {
unsigned char flag; // 1 byte
unsigned char message_type; // 1 byte
unsigned short length; // 2 bytes
...
Forum: Programming 02-19-2007
2
4,677
Posted By rv1125
you must use 2 parts: 1. tcp server 2. fork()...
you must use 2 parts:
1. tcp server
2. fork() for daemonize your server

if you wish to use more than 1 tcp session from outside, than you must use fork() or pthread_create(). The pthread version...
10,300
Posted By rv1125
gtp' server
I have one. See http://ipantenna.com
I use cisco csg as client.
I can send to you sources if you will share your CDR generator code with me.
(I am now developing commercial gtp' server and i will...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy