Search Results

Search: Posts Made By: mr_deb
Forum: IP Networking 08-23-2012
2,196
Posted By mr_deb
But in this case Client having TCP ack delay...
But in this case Client having TCP ack delay enabled. So solaris TCP is taking 70ms to send ACK for the previous message. But in this case I can see Solaris sending ACK immediately after receiving 2...
Forum: IP Networking 08-23-2012
2,196
Posted By mr_deb
TCP Same Ack Sequencing for Two Packets
I was analyzing a TCP snoop. And found following scenario

From Server to Client ---> [PUSH,ACK] SEQ 2993 ACK 1744 WIN 8192 LEN 13
From Server to Client ---> [PUSH,ACK] SEQ 3006 ACK 1744...
Forum: Programming 02-21-2012
3,799
Posted By mr_deb
Closing Socket Gracefully Solaris
Hi All

I am creating one client socket with SO_LINGER option Disabled

struct linger LingerState = {0, 0};
if (setsockopt(_hSocketTCP, SOL_SOCKET,
SO_LINGER, (const char *)...
Forum: Fedora 11-24-2011
2,745
Posted By mr_deb
kernel Version is 2.6.11 And Fedora Version...
kernel Version is 2.6.11
And Fedora Version is Fedora Core 2
Forum: Fedora 11-24-2011
2,745
Posted By mr_deb
Install RPM package after OS Installation
Hi Guys I want to know whether is it possible to automatically Install a RPM package after installing OS.


Basically we have have one rpm package which we want to install as part of OS...
2,057
Posted By mr_deb
Your command is working but its printing as...
Your command is working but its printing as follows
awk -F= '/Val/{ $NF= $NF*10 } {print $0 } ' test.cfg


A.Type = Number
A.Val 20000
B.Type = Number
B.Val 40000
2,057
Posted By mr_deb
Script to increase Timeout values in Configuration File
Hi Guys
I am using one configuration file for reading some time out values.The format of the file is

A.Type = Number
A.Val = 2000
B.Type = Number
B.Val = 4000

Now my requirement is I...
Forum: IP Networking 01-28-2011
3,609
Posted By mr_deb
Thanks for your reply. But I need to write log...
Thanks for your reply.
But I need to write log based on if server is shutdown gracefully or because of some Crash.
Forum: IP Networking 01-27-2011
3,609
Posted By mr_deb
Identifying Server graceful shutdown
Hi
I have written a Client server Application .The client will receive messages from Server and pass it to some library for processing .I also want to notify server close the socket connection...
Forum: IP Networking 12-13-2010
1,625
Posted By mr_deb
yea still ucan tell me your approach , i want the...
yea still ucan tell me your approach , i want the algorithm
Forum: IP Networking 12-13-2010
1,625
Posted By mr_deb
No I am going to use C Socket
No I am going to use C Socket
Forum: IP Networking 12-13-2010
1,625
Posted By mr_deb
Writing a Socket Server
Hi All
I have to design a server socket program.The requirement is Each connection from client will be in different threads.

The challenge is Suppose Server is now connected with two client...
Forum: IP Networking 10-27-2010
14,952
Posted By mr_deb
Thanks for your Reply.I am getting max buffer...
Thanks for your Reply.I am getting max buffer size for sending as 65525.Which is not so less I guess.

We are sending 12 messages of size 20Bytes .And we are doing it localserver only.


...
Forum: IP Networking 10-26-2010
14,952
Posted By mr_deb
Thanks for your response Is there any way to...
Thanks for your response
Is there any way to identify how much buffer is available for the socket ?
Forum: IP Networking 10-25-2010
14,952
Posted By mr_deb
Getting EAGAIN error while sending
Hi Guys

I am using one non blocking socket to send message to the servers.I am using Solaris OS .I am using default buffer size for the socket.The message I am sending roughly size is 20...
Forum: Programming 03-19-2009
3,363
Posted By mr_deb
Actually I am sing putty.And from there I am...
Actually I am sing putty.And from there I am debugging .I can debug with two instance but I have to create two putty session then.Is there no other way to attach two process
Forum: Programming 03-19-2009
3,363
Posted By mr_deb
Debug two process Using GDB
Hi All
I know How to attach a process to beubg it .But for my application I am using client as well server.Both are two separate process .Suppose I need to debug both .How to attach both of them...
5,089
Posted By mr_deb
Thnks
Thnks
5,089
Posted By mr_deb
Number of Inode on a disk
How we can know number of inode present in my Disk including free and occupied.
Is there any tool or program to know how much free inode are there in inode free list .
Forum: Linux 06-23-2008
2,692
Posted By mr_deb
Deference between pipe and normal file
I want to know what is the architectural deference between a named pipe and normal file in unix .

I know one is pipe only use direct blocks of inode.So what happens when it filled all direct...
2,495
Posted By mr_deb
Thank you very much both of you
Thank you very much both of you
2,495
Posted By mr_deb
No i want to mean ln files is linking to some...
No i want to mean ln files is linking to some file or folder right.I want to know which file its point to.You can say its target location i want to know.
2,495
Posted By mr_deb
Question regarding lm file
How to know where a ln file point to.ln files is soft link which point to some file.
I want to get the absolute path of that file which my lm files pointing to.
Showing results 1 to 23 of 23

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