Search Results

Search: Posts Made By: v1jay
Forum: Programming 02-10-2011
15,117
Posted By v1jay
@jim , @Corona688 - Thank you for the help....
@jim , @Corona688 - Thank you for the help. Setsockopt helped. I guess it was due to TIME_WAIT the port was held for some period.
Forum: Programming 02-10-2011
15,117
Posted By v1jay
no im using multithreaded programming.
no im using multithreaded programming.
Forum: Programming 02-10-2011
15,117
Posted By v1jay
Yeah i tried that too. Din work. Only then i...
Yeah i tried that too. Din work. Only then i switched to shutdown.
Forum: Programming 02-10-2011
15,117
Posted By v1jay
Its a client socket. ...
Its a client socket.

length=sizeof(clientAddr);
socketFd=createSocket("tcp");

//setting the server address
clientAddr.sin_family=AF_INET;
clientAddr.sin_addr.s_addr=INADDR_ANY;...
Forum: Programming 02-09-2011
15,117
Posted By v1jay
How to free a port?
hi all,

Im using a tcp socket for communication. After all the communications I close the socket and bind another socket to the same port. But it shows bind error. I see it is due to the port no...
Forum: Ubuntu 10-30-2010
18,282
Posted By v1jay
thank you upengan.. I figured out what the...
thank you upengan..

I figured out what the problem was.
solaris and linux has different versions of ifconfig. and i was
trying out the solaris syntax in linux machines.
Forum: Ubuntu 10-29-2010
18,282
Posted By v1jay
dhcp status of an interface
hi,

can anyone tell me how to check if my interface is controlled by dhcp?

i tried with ifconfig command

ifconfig interfacename dhcp status

but its showing unknown host : dhcp error.
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 03:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy