Sponsored Content
Top Forums Programming Problem with UDP based application Post 302137787 by porter on Thursday 27th of September 2007 03:42:24 AM
Old 09-27-2007
Quote:
Originally Posted by mansoorulhaq
Please tell me if there any solution for this problem or it is actually problem with UDP.
(a) it's a feature, not a problem.

(b) it's termed "unreliable".

(c) protocols such as TFTP, RPC over UDP etc add their own duplication detection and retransmission.

http://en.wikipedia.org/wiki/User_Datagram_Protocol
 

10 More Discussions You Might Find Interesting

1. Solaris

Application Loading problem

I install a software xchm for opening chm files. I install software and also its required libraries. But when i start it; no GUI appears. Application got halt. Process name also appears in process list when i run top command. Appliation continously using cpu but no GUI appears. Please tell me... (7 Replies)
Discussion started by: mansoorulhaq
7 Replies

2. Programming

Server - Client application problem

hi all I'm beginner in CORBA Server-Client appliction development. My server- client application was worked well and i have tested it too. Due to some Network problem we have rebooted our dedicated server , then i restart my corba service, application in the server it started... (0 Replies)
Discussion started by: VijayakumarN
0 Replies

3. UNIX for Dummies Questions & Answers

socket programming using udp for chat application

hi, i have a source code for 1 server and 2 clients ...but the clients are not able to send data..1 server only receives data from clients and forwards to any other client, the data is in the buffer.....please help... thank you in advance..... /**********client1***************/ // Here Data... (1 Reply)
Discussion started by: unsweety
1 Replies

4. UNIX for Advanced & Expert Users

Linux Based Application OID

Hi I am searching for system OID on an application which is linux based. Can any one please let me know, where can I find from Command line? Thanks in advance. (1 Reply)
Discussion started by: sureshcisco
1 Replies

5. Programming

What is the difference between console-based and xwindow-based application?

Hi everyone, What is the difference between console-based and Xwindow-based application? Can I say the application working well in Xwindows can work in console? Can I say the application working well in console cann't work in Xwindow perhaps. Eg, ncurses is console-based and Imlib2 is... (4 Replies)
Discussion started by: liuyan03
4 Replies

6. Programming

UDP Checksum problem

Hello sir,, i m doing network programming in C could u plzz let me know...at the time of udp checksum calculation does htons() or ntohs() play some role..?? i mean will there be any difference if some values are added in network form and other is in the host form... Thnx 4 ur time.. ... (4 Replies)
Discussion started by: nirucool89
4 Replies

7. Homework & Coursework Questions

problem in a shell based project

i have a bank project in shell script.it has a module called deposit.when i am entering an amount and commit a mistake like entering char instead of numbers and so on and repeating it, suppose 3 times,then it is rejected by amount validation code. every thing is fine upto these steps. but after 3... (9 Replies)
Discussion started by: dharmendramiet
9 Replies

8. Programming

Problem developing application which calls and displays result of executable

Hi All, i am using ubuntu 10.04 LTS with C2D processor. i want to develop a GUI application in Java using JSwing. This application will call executable present in the local hardisk of linux. The results of this exectuable (moses) must be displayed in TextArea of the application being built. ... (0 Replies)
Discussion started by: n929
0 Replies

9. Red Hat

Red Hat application server ssl keystore problem

A client is accessing our JBoss server. In the past, we set up a keystore and everything worked fine. That certificat expired and we've installed the new one. Now the client is getting the following error - HTTP/1.1 500 Internal Server Error Date: Mon, 14 Apr 2014 13:25:44 GMT Server:... (1 Reply)
Discussion started by: kkinney
1 Replies

10. OS X (Apple)

Applescript application call problem...

Hi all... I am trying to create a shell project purely for this Macbook Pro. I do NOT want to use SOX as the sampling _source_ but Quicktime instead, the idea being that NO third party installs will be needed. The code below works fine except the commented out Applescript line does not do... (2 Replies)
Discussion started by: wisecracker
2 Replies
String::CamelCase(3pm)					User Contributed Perl Documentation				    String::CamelCase(3pm)

NAME
String::CamelCase - camelcase, de-camelcase VERSION
Version 0.01 SYNOPSIS
use String::CamelCase qw(camelize decamelize wordsplit); print camelize("some_keyword"); # ==> SomeKeyword print decamelize("SomeKeyword"); # ==> some_keyword print wordsplit("some_keyword"); # ==> (some, keyword) print wordsplit("SomeKeyword"); # ==> (Some, Keyword) EXPORT
This module can export two functions, "camelize" and "decamelize". FUNCTIONS
camelize($under_score) convert from under_score text to CamelCase one. decamelize($CamelCase) convert from CamelCase text to under_score one. wordsplit($str) AUTHOR
YAMASHINA Hio, "<hio at cpan.org>" BUGS
Please report any bugs or feature requests to "bug-string-camelcase at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=String-CamelCase>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc String::CamelCase You can also look for information at: o AnnoCPAN: Annotated CPAN documentation <http://annocpan.org/dist/String-CamelCase> o CPAN Ratings <http://cpanratings.perl.org/d/String-CamelCase> o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=String-CamelCase> o Search CPAN <http://search.cpan.org/dist/String-CamelCase> SEE ALSO
CamelCase(en.wikipedia.org) <http://en.wikipedia.org/wiki/CamelCase> CamelCase(ja.wikipedia.org) <http://ja.wikipedia.org/wiki/%E3%82%AD%E3%83%A3%E3%83%A1%E3%83%AB%E3%82%B1%E3%83%BC%E3%82%B9> COPYRIGHT &; LICENSE Copyright 2006 YAMASHINA Hio, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-12-27 String::CamelCase(3pm)
All times are GMT -4. The time now is 06:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy