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 threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
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 threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
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 threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
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 threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Everyone,
Need your opinion.
We have these two applications which communicate with each other. One is A window MFC based application another one a UNIX programmed executable that is be...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have problem that in My application I have to start and close server again and again(Using Socket programming) on linux.On Start I create socket ,bind it and on close server I close socket.Again...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi!
I am trying to set up a mini web server called boa on one of the evalution board which is running uClinux (this is an embedded linux distribution).
In boa.c file I get error at line
if...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
HI
Shall I use Raw sockets for UDP Protocol (Client Server communitcation) ?
Thanks
Janardhan.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
HI,
I am using UDP sockets for client server communication.My requirement is to block server on recvfrom call and whenever packet arrives from client, it respondes with the client address. But ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi people,
I'm trying to implement a distributed chat with sockets for learning purposes. I know TPC links are bidirectional but I want to do it this way:
-Each process is server/client in ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi everyone :)
I'm having a bit of trouble making an IRC bot.
The code I have right now is very small, but it's only meant to do one thing: Connect to an IRC server, join a chat room, and ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
On HP-UX 11.31, we using the following routinue for non-blocking connect function:
Code:
int connect_nonb(int sockfd,const struct sockaddr *servaddr,socklen_t addrlen,int nsec)
{
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello everybody,
I'm new on this forum and I hope you can help me on my project.
I explain you the context.
I have a linux host (powerpc) with multiples NIC (4 exactly).
My applicati...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hej,
i'm writing a simulation of wireless networks (with the special propose for IP routing daemons). Therefore i would like to create multiple tap devices. All these tap devices are created b...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I am doing a programming using BSD socket, libgcrypt and TCP.
I have encrypted DATA using gcry_ac_data_encrypt and a public SKEY.
Now I want to send this DATA and a private PKEY to r...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i got an assignment in which there should be multiple client chatting with each other.A server should authenticate the user before joining the chat.there should be a GUI also (like any messengers)...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
HI, I have requirement to send Packet Data through perl script from one end of the socket on one machine and to the other end of the socket on other machine where C application decode the Packet D...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I am trying to compile a simple server-client example in minix3 with its cc compiler.
I get the below errors
Code:
new_sd = accept(sock, &sockaddr, &adrlen) <--- (s...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
On Linux, we create a concurrent tcp server to accept the connection, once the there comes the connect, we create a thread for it to do something, the problem is that this program cause the memory...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello!
I expalin it usign example situation:
peer1 with address 1.2.3.4 joins multicast group 224.0.1.1 and it sends message to this group. Now peer2 , which has allready joined the same mul...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All,
I Need a Help to create a simple socket programme without using any other language to get the Time and date from server to client .
Please Reply..
Thanks
Azmath
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I have some questions about using UDP in conjunction with select(). My system has a server and a client that communicate via UDP. The client sends a UDP request packet to the server,...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
can anyone tell me how to implement the memory block and datablock. I am new to streams programming, so please give me some information or a link that can help me out.
thx
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
i want to make around 200000 connections to the server from various terminals. after making around 60000 - 64000 connections gets established very slowly. Linux m/c that i am using has RAM o...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello!
I've problem with understand how TTL option is set for multicast operations.
As I know TTL option is included in IPv6 multicast addresses, right?
More complicated for me is IPv...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine