Hi all,
I have a question on whether there will be any conflict in using xdr_destroy and free.
Basically, I have a 'struct a' like this:
Code:
struct a
{
int num;
struct b *b;
}
where '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
Hi, I am rather new to sockets, I am managing fine without threads, but I now want to setup a very rough network between nodes (network pcs). Each node should be able to have multiple threads, 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
Hello,
We are currently using a program where we recieve the details from the client. It is recieved through sockets.
It is working fine. i.e. When we start the program afresh we do get deta...
[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 again!
This time I have questions about possible error returned by getaddrinfo and getnameinfo. I use these functions to prepare sockaddr structures, which will be used with connect or 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 writting single server multiple client program.The program requirement is everytime client initiates the connection with server on some port(for example port no.80).After receiving t...
[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
First time perror shows sucess and then it gives illegal seek
CODE::
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#i...
[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 need to know if platform, where my library is compiled, supports IPv6. I use Autotools, so if i check using AC_CHECK_FUNC if function 'getaddrinfo ()' is available I can take for gran...
[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 a cpu structure which contains an integer and an array of 'percpu' structures. I am using the functions xdr_cpu and xdr_percpu to encode it using XDR. When 'xdr_cpu' calls the 'xdr_percpu',...
[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
How to assign multiple ip address to same interface ? what we can acheive or for what purpose does it solve ?
...
[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
Dear All,
My client application is in C and server application is in Java and it uses TCP protocol. If at any particular time When the server application is not up and client tries to connect...
[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
in the udp socket communication ,how can I make a recvfrom() is a non-blocking function?
that is to say , if I do not have data to receive,I want to make the function recvfrom() return at once...
[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'm working as a tech consultant, in my company they gave me a big project. I need to start the project within 1 month I have some problem with my network and database, in our company schedule I n...
[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
When I use sendto() on a UDP socket without using bind. I found that I can still receive the any UDP packet through recv (). Is it possible to specify that I will not be taking any packets so all ...
[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 specify the source address in the outgoing packets(UDP/TCP). I have created a UDP socket and it binds to port A and address x.x.x.x. Now all packets sent out using this socket fd ...
[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 having trouble writing some UDP socket code. I want to write a server to listen to all packets from a UDP port. I used recvfrom() with MSG_DONTWAIT. However, the server will not receive 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
Hi,
what does it implies "configuring IP over Atm" .please explain. and how can i configure Ip stack over Atm.
...
[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
Dear All,
I am facing a awkward situation.I am reading a integer from Java and receiving it in C using socket programming.But C receives only 1 byte instead of 4 bytes and when I send one mo...
[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,
As MAC is also unique address, why should we go for ip ?
...
[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
If I want to kill a thread in a process from another process ,how can I do? what kinds of methods can I use?
what tools can we use to debug our network programs?and what is the best tool to deb...
[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
now I have an socket program using unix socket ,but now I want to convert this program using winsock , what I must consider when I modify this program so that it can run in the windows environment...
[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 after a little advice about setting up a home email server. I'd like my "always on" PC (the server) to connect to all my POP3 accounts and store the mail on that machine. The...
[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 working simultaneosly with more than one TCP socket using select function. I have a problem with sending data and then closing the socket:
I have an opened socket. I call "send...
[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 want bind af_unix socket for accepting local connection. its work only one time. when i runn app next time it report address already ... and bind return -1. I work on solaris 10, x86\64. when i ...
[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
if I can use ACE to develop some network applications on unix platform,what I need to consider when I use ACE,and what are the differences between ACE and socket when I write programs?
...
[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 having an issue with my ftpd that won't start due to "socket operation on non-socket". Being unfamiliar with sockets I have found lots of documentation on their use 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