sms concatenation solution

2004-06-09 Thread Jeetendra Singh
Hi, This function doesn't work correctly, if the "source" stringcontains (8n + 1) characters. (n=0,1,12,3,4...) It appends an extra octet 0x00 at the end of generated string. regards, Jeetendra. - Hi, I had this problem with concatenated messages not being 7-bit

PDU's per TCP Packet

2003-07-11 Thread Jeetendra Singh
It seems Kannel sends single PDU per TCP packet. Please confirm?? In this regard, can something be done so that multiple PDU's be sent in a single packet? This should help in getting higher throughput over public network like intenet. Any ideas?? Best regards, JS

Re: PDU's per TCP Packet

2003-07-11 Thread Jeetendra Singh
outgoing queue, it can pack "n" such messages before doing a conn_write(). Well?! -JS On Friday, 2003-07-11 at 05:27:25 PM, Jeetendra Singh scribbled: It seems Kannel sends single PDU per TCP packet. Please confirm?? In this regard, can something be done so that mult