Hi
HAs anyone used this on a multi-OS environment- how well does it perform? http://www.obdev.at/products/sharity/index.html
thanks
Hi everybody, I'm new in group. I've a query ,not directly related to Linux but to BSD sockets. Can anyone tell me how we can get the current state(connected or not) of the socket . I couldn't find it properly. Thanks in adv. Regards Praneet sushil
--------------------------------- It's Samaritans' Week. Help Samaritans help others. Call 08709 000032 to give or donate online now at http://www.samaritans.org/support/donations.shtm
----- Original Message ----- Hi everybody, I'm new in group. I've a query ,not directly related to Linux but to BSD sockets. Can anyone tell me how we can get the current state(connected or not) of the socket . I couldn't find it properly. Thanks in adv. ----
1. Try sending a 0 byte data structure through it and test for an error condition. 2. Buy yourself a copy of Unix Network Programming by W Richard Stevens..
cheers
On Wed, May 21, 2003 at 11:58:04AM +0100, praneet sinha wrote:
Hi everybody, I'm new in group. I've a query ,not directly related to Linux but to BSD sockets. Can anyone tell me how we can get the current state(connected or not) of the socket . I couldn't find it properly.
man netstat OR netstat -a
Thanks in adv. Regards Praneet sushil
On Wed, 21 May 2003, [iso-8859-1] praneet sinha wrote:
Hi everybody, I'm new in group. I've a query ,not directly related to Linux but to BSD sockets. Can anyone tell me how we can get the current state(connected or not) of the socket . I couldn't find it properly. Thanks in adv. Regards Praneet sushil
how about netstat
It's Samaritans' Week. Help Samaritans help others. Call 08709 000032 to give or donate online now at http://www.samaritans.org/support/donations.shtm
harsh wrote:
On Wed, 21 May 2003, [iso-8859-1] praneet sinha wrote:
,
I'm new in group. I've a query ,not directly related to Linux but to
BSD sockets. Can anyone tell me how we can get the current state(connected or not) of the socket . I couldn't find it properly.
how about netstat
hmm, I thought he was looking to do it from within some application....
On Thu, 22 May 2003, Sthitaprajna wrote:
harsh wrote:
On Wed, 21 May 2003, [iso-8859-1] praneet sinha wrote:
,
I'm new in group. I've a query ,not directly related to Linux but to
BSD sockets. Can anyone tell me how we can get the current state(connected or not) of the socket . I couldn't find it properly.
how about netstat
hmm, I thought he was looking to do it from within some application....
how about system("netstat");
Well if some one know how to directly talk with network device (not in assembly) then plz do post.
--
Hi All, Thanks for kind response. As u suggested I've managed network programming book of W Richard Stevens. Meanwhile .... Actually I want a mechanism by which I can get the states of socket like these types : AddressInUse AddressNotAvailable AlreadyComplete AlreadyConnected BadState Closed ConnectAborted
Is any system call or else available ...which I can use in my application . Plz let me know..! Thanks & Regards, Praneet Sushil
--------------------------------- It's Samaritans' Week. Help Samaritans help others. Call 08709 000032 to give or donate online now at http://www.samaritans.org/support/donations.shtm