Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Software > Networking [26 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
Developer Web Client that read random value  
09:39 6-Jul-08   [Replies: 3, Views: 485]    By: AMRITA
Hello, I wrote a client, that read from server a buffer. This buffer is a mesure of temperature. When i run the client in the pc, where is installed the the server, i read the right value of t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Netsnmp: too many sockets  
03:50 2-Jul-08   [Replies: 1, Views: 419]    By: caruccio
Hello all ! I have a snmp poller, built over libnetsnmp, which now demands a higher load than usual (at least for my environment). It runs fine with tens of agents, but when the number grows t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web select() is returning 0 FDs (if the load is more)  
08:32 1-Jul-08   [Replies: 3, Views: 373]    By: kisshu20
Hi Frnds, I am the new user and posting my very first query, expecting needful reply I am using UDP sockets for Inter Process Communication (with in the device, I want to communicate to othe...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web recvmsg to read only control information ,without reading any data  
13:35 30-Jun-08   [Replies: 4, Views: 570]    By: jgsprasad
Hi, I was trying to figure out the process id of the client process using SO_PASSCRED socket option on the server socket. The pid would be read as control information in recvmsg. But I h...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web select() problem  
00:26 26-Jun-08   [Replies: 2, Views: 332]    By: eleanor
Code: /* watch listenSocket to see when it has an input */ fd_set set; FD_ZERO(&set); FD_SET(listenSocket, &set); /* timeout to the accept() call */ struct timeval ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Server Listening to two different ports  
19:39 25-Jun-08   [Replies: 3, Views: 328]    By: prgrmr08
Hi, I am learning socket programming in C for an upcoming project at work. I have created two client sockets one connects to http server of given ip on port 80 and fetches Get request and the ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web UDP Packet Loss  
19:27 22-Jun-08   [Replies: 2, Views: 441]    By: eyel
Hello, it's my first post here and I'm sure I'll get some good answers from you guys.. In first place, sorry if if my english is a little wrong, I'm from Argentina :-) I'm designing a tool f...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web INETADDR_ANY vs 127.0.0.1  
12:16 22-Jun-08   [Replies: 2, Views: 243]    By: tomcio
Hello! I'm still don't understand the difference between binding INETADDR_ANY and loopback address 127.0.0.1. Can someone explain me it please. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web raw sockets in endian curry  
07:21 18-Jun-08   [Replies: 3, Views: 356]    By: anirbande
This is a private message that i had mistakenly sent to Robert. Here is the message with Roberts answers inline My machine= linux (2.6.9) ---Quote (Originally by anirbande)--- hi Robert i ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Machine Logs off when server is sending data to 5000 connections  
09:33 17-Jun-08   [Replies: 1, Views: 252]    By: epolluser
Hi, Test Case:: No of Connections made = 5000 No of Message being sent = 100 Data size sent by server to each client = 1448 Bytes Send Socket buffer on Server and Receive Socket buffer...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web sendto invalid argument  
08:33 16-Jun-08   [Replies: 2, Views: 273]    By: puntino
Hi I lost a lot of time in understanding the message "sendto Invalid argument" when I execute the following code. This code is a simple UDP sender improved with some reliability ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Permission denied with sendto  
21:08 12-Jun-08   [Replies: 4, Views: 241]    By: puntino
I wrote a UDP sender and a UDP receiver, my goal is to transmit a file from th sender to the receiver. I'm using Ubuntu 8.04 Compiling goes well but when I execute the sender, its "sendto&qu...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Doubt in recv() methods...  
04:16 12-Jun-08   [Replies: 7, Views: 358]    By: unnikrisb4u
As per tutorials and posts regarding recv methods, there is no guarantee that all bytes send by server at a time is received by other side in a single recv.. For example, if server sends() 500 b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Redirect My Client httpRequests to Proxy server  
22:24 10-Jun-08   [Replies: 11, Views: 818]    By: Tareq85
i have this design internet | Router(Suse) ---- Content-Filter Server | LAN am using iptables to redirect client httprequests from Port 80 to my own program's port that is writen (...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web UDP socket with Multiple ports  
10:08 6-Jun-08   [Replies: 10, Views: 820]    By: innqubus
I have a module which has to use UDP for receiving messages from three different machines. I.e. 3 machines having individual IP addresses and a pair of ports. machine -1 --- IP add x.x.x.x Ports...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web where is the latency coming from?  
03:14 5-Jun-08   [Replies: 11, Views: 544]    By: developer_chris
Hi I am developing a chat application. using tcp/ip the chat server is written in c/c++ on a centos 5 machine. The clients are all windows machines again with a custom c/c++ app I use ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web problem with socket  
13:55 3-Jun-08   [Replies: 3, Views: 212]    By: neerajrathi2
Hello, we have an application which register to server and receive data on sockets. To ensure that we didnt miss any of data we runs client on two machines which are exactly similar. Probl...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Bad file descriptor  
10:58 2-Jun-08   [Replies: 11, Views: 366]    By: Tommo
Hi there. I am getting a small error in my program which I cannot spot. Let me explain what the program is doing at the point of the error: Firstly, we have two structs: Code: struct client_m...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Default values of socket options  
22:34 29-May-08   [Replies: 2, Views: 551]    By: tomcio
Hello! Where can I fiund list of socket options and their default values supported on Linux (and if someone know for other operating systems like Widnows, Solaris or BSD* too)? Or if this ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Blocking a UDP socket for a perticular time only  
14:06 27-May-08   [Replies: 5, Views: 405]    By: Jana
HI I have the requirement of making a UDP socket block only for a perticular amount of time say 5sec, after that it should unblock. How many ways are there to do this ? I know one way to ac...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web advice needed  
16:53 18-May-08   [Replies: 3, Views: 285]    By: noobsoc
-------------------------------------------------------------------------------- anyone and teach me how to save standard output to a file in a client/server socket. I know how to read them to...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Looking for advice on how to implement redundant servers  
19:08 14-May-08   [Replies: 6, Views: 389]    By: jfriesne
Hi all, I'm looking at adding some redundancy to my servers, and I've thought of one possible way to do it, but before I try to implement that I'd love to have some advice, in case there is some r...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web iptables_problem :)  
14:19 14-May-08   [Replies: 2, Views: 262]    By: sodjas
Hi I'm new to configuring iptables and i've got a little problem in understanding the terms Chain INPUT (policy DROP) target prot opt source destination ACCEPT any...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Problem with recv()  
01:25 3-May-08   [Replies: 4, Views: 381]    By: Stuck
Hello all, for a class project I'm working on we're setting up a server that will execute simple commands the client gives. The server then forks and executes the command and provides the out...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Sometimes non-blocking recv() does not return?  
17:45 1-May-08   [Replies: 13, Views: 457]    By: madscientist
I've got a weird bug that I'm tracking down. As far as I know a non-blocking socket call to recv() should always return immediately (or close to immediately). My application will run along...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  1  [2]  3  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006