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 errno = 32 EPIPE signal for send() call  
19:50 25-Jan-08   [Replies: 6, Views: 219]    By: dragondad
I am writing a small program, which will use one client to connect to one of two servers, basic idea is that if one server failed, it can pick up another server. The client socket connect() c...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web unable to make 100000 socket connections  
12:45 25-Jan-08   [Replies: 4, Views: 241]    By: epolluser
Hi, I have done following: 1) increased the number of ports with /proc/sys/net/ipv4/ip_local_port_range to 32768 65535 2) made changes to /etc/sysctl.conf file. net.ipv4.tcp_mem = 838...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web TCP Error Detection  
17:50 24-Jan-08   [Replies: 3, Views: 159]    By: Mossad
How does one determine when an error has occurred in a TCP connection, specifically when sending data? send() writes data to a buffer and returns immediately without waiting to see if there are a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web ftp client code  
06:44 22-Jan-08   [Replies: 2, Views: 117]    By: Unnamed
please send me c++ ftp client code to connect server. client is on windows machine and server is on linux ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Difference between Edge and Level trigger  
09:25 19-Jan-08   [Replies: 1, Views: 125]    By: epolluser
what is Edge and Level trigger? how is it different and/ similar to each other? how and when is Edge trigger/Level Trigger used? is there any performance benefit og one on the other?? Please l...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web when is EPOLLOUT event raised  
11:17 17-Jan-08   [Replies: 3, Views: 432]    By: epolluser
can anyone please provide me with sample code to use EPOLLOUT event. i want to know how and when does this event is raised? thanks epolluser ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Multi Threaded Socket server help needed  
05:47 16-Jan-08   [Replies: 2, Views: 105]    By: nikhilwalker
Hi All, I have developed a multi threaded socket server to listen on specific port. It uses pthread library and uses one socket per client connection. That is when a client connection is accep...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Event raised by server when Client terminates abruptly  
12:32 14-Jan-08   [Replies: 6, Views: 500]    By: epolluser
what error/event is raised by the server when client terminats abruptly ? sequence of operations carrried out are: 1) Server is started. EPOLLIN event is raised as reading from client is going...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Sending any file extension using sockets  
21:26 11-Jan-08   [Replies: 4, Views: 197]    By: toto1980
Hi; I tried look for a simple way of sending a file using sockets, I found one in the old forums but I am not sure why the file when it is sent, the client side some how receive wrong contents, an...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Practically Networked Help-How do I partition a Storage drive  
16:25 11-Jan-08   [Replies: 1, Views: 212]    By: Unnamed
I have just created my first "network" with a XP -PC linked to a WD MyBookWorld Edition NAS through a Netgear DG834v3 router/modem (ethernet) to the Internet. Things seem to work OK but ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web UDP Socket reading problem  
12:27 11-Jan-08   [Replies: 9, Views: 356]    By: sodjas
Hi all! I have a problem while im trying to read from a socket here is the description: sending side: i have to use a (PF_PACKET,SOCK_DGRAM, IPPROTO_UDP) socket -> i make an own cooked etherne...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web recv returning sucess after the peer client is killed?  
10:15 11-Jan-08   [Replies: 9, Views: 252]    By: santoshkumar
In socket tcp connection after the client is killed .. we expect read/recv in server to return with -1 failure .. and set errno. but getting return value of recv() as.. 0(read bytes) and er...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web solaris 10 sockaddr  
09:38 9-Jan-08   [Replies: 5, Views: 193]    By: emihaly
hi, solaris 10, compiler report undefiend symbol sockaddr. i have defined sys/types. and sys/socket.h. which header cover sockaddr in connect( under solaris ? thanx ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web invalid fd  
15:17 7-Jan-08   [Replies: 3, Views: 141]    By: RedLars
On rare occations I receive invalid filedescriptor when executing select(...) and recv(...) after a tcp connection has been established (after tcp handshake). How can I go about troubleshooting th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Local port forwarding using libssh  
05:39 3-Jan-08   [Replies: 7, Views: 255]    By: sabya123
Hi, Has anybody forwarded a local port to a mysql port using libssh? I have the following problem while doing so. I am creating a channel and forwarding it to a mysql port (using chann...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Issue with select()  
18:23 26-Dec-07   [Replies: 14, Views: 284]    By: Tommo
Hi there. I am trying to write a simple a multi person chat room using select(). I want the person to connect, enter their name, so each subsequent message from the user appears to all oth...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web fcntl and O_ASYNC + socket descriptor = ?  
00:41 26-Dec-07   [Replies: 4, Views: 192]    By: tomcio
Hello! Can someone tell mi what will happen if we will set O_ASYNC for socket? How wil it influence on it's behavior? I didn't try it myself. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Iptable-can we Set priority for rules in chain?  
12:54 24-Dec-07   [Replies: 7, Views: 199]    By: santoshkumar
Hi all, Requirement is all packets , on g/k is be redirected to 8080 portal port , at any Instance this rule excludes the mac specified,by adding iprule to accept packets from specified mac, ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Same Iptable rule to be avoided?  
06:48 21-Dec-07   [Replies: 1, Views: 123]    By: santoshkumar
If the new iprule match the existing .i would prefer to have one.. rather than having same entry more then once . can i have your suggestion how can the 2nd time same rule be neglected/avoided f...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Simple client-server  
10:32 19-Dec-07   [Replies: 17, Views: 619]    By: mevlanaa
Hey to all. I'm new here, generaly I'm new to unix network programming and I need some help :) I have to write a simple client that will send a string to a server, than server should execute...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Can i use write in a while loop?  
15:15 18-Dec-07   [Replies: 4, Views: 233]    By: ArIKo10
i would like your help again.. this time i want to send to the client all the char that are produced in a while loop, in the server: Code: char *value; while (...) { value =... ; ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web How to send an integer ??  
14:15 17-Dec-07   [Replies: 10, Views: 281]    By: ArIKo10
How can i send an integer from server to client?? i use Code: write(newsockfd,&count,sizeof(int)); in server and Code: read(sockfd,&count,sizeof(int)); in client. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Accept: Socket operation on non-socket..  
15:54 16-Dec-07   [Replies: 1, Views: 192]    By: ArIKo10
i tried to connect a TCP server with a client but in every connection , returns me this error... What is wrong? server.c Code: #include <stdio.h> #include <sys...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web sending same data to multiple peers efficiently  
14:14 15-Dec-07   [Replies: 3, Views: 175]    By: vivek526
My App sends same data to different destinations(peers). A list of the peer ip adreess is maintained and data is send in a while loop. If my understanding is correct, a socket "send&qu...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web IP_MULTICAST_LOOP is sub-optimal?  
00:40 13-Dec-07   [Replies: 1, Views: 159]    By: jfriesne
Hi all, I'm diving into IPv4 multicasting today (fun!) and I've come across what seems to be a design flaw in the IP_MULTICAST_LOOP option. The scenario: I've got a distributed application where ...
[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