Search Results

Search: Posts Made By: jake24
Forum: IP Networking 04-19-2011
3,555
Posted By jake24
I am trying to set TCP_MD5SIG option. I am trying...
I am trying to set TCP_MD5SIG option. I am trying this on an application running on the Linux kernel 2.5.25 which has support for this option. When my application is configured via the console to set...
Forum: IP Networking 04-19-2011
3,555
Posted By jake24
Clarification - Setting socket options at the same time when socket is listening
I need clarification on whether it is okay to set socket options on a listening socket
simultaneously when it is being used in an accept() call?

Following is the scenario:-

-- Task 1 - is...
Forum: Programming 03-30-2011
5,835
Posted By jake24
For your requirement to connect your server to...
For your requirement to connect your server to exactly 5 clients,
listen(socket_fd,5) is the right option.

>>also whats the second parameter number mean? what happens if i put 0 there?

...
Forum: IP Networking 03-18-2011
1,964
Posted By jake24
Thanks fpmurphy. Could you elaborate more on...
Thanks fpmurphy.

Could you elaborate more on this.
Once a connection is established, how would the re-negotiation be accomplished?
TCP implementations would be using special options meant only...
Forum: IP Networking 03-18-2011
1,964
Posted By jake24
Doubt regarding TCP Options negotiation
Hi,

I am aware that duirng the intial SYN, SYN-ACK, ACK (connection establishment) phase, both TCP ends advertize TCP options (or extended features) each would like to use for the connection....
Forum: Filesystems, Disks and Memory 06-06-2009
10,722
Posted By jake24
Buffer Cache Stats from /proc/meminfo
Hi,

I am trying to understand the role of buffer cache in block I/O.
I am monitoring /proc/meminfo, my question is does the value of 0 for 'buffers', mean that any subsequent disk read issued by...
Forum: Filesystems, Disks and Memory 06-05-2009
20,236
Posted By jake24
Thanks.. :) That helped. So I am guessing writing...
Thanks.. :) That helped. So I am guessing writing to the device file for the HDD, opened with (O_SYNC) coupled with an extra sync command and a sleep, between the 2 swipes should be enough to ensure...
Forum: Filesystems, Disks and Memory 06-05-2009
20,236
Posted By jake24
Thanks everyone for the responses. Actually my...
Thanks everyone for the responses.
Actually my doubt is if I am doing 2 swipes over the disk with a pattern and its compliment, using either dd/dcfldd for the purpose in a script, then the first...
Forum: Filesystems, Disks and Memory 06-02-2009
20,236
Posted By jake24
Erasing hard disk contents using dd or dcfldd
Hi,

I am writing a script to wipe my hard disk, in a relatively secure manner by over-writing the disk with 3 patterns. So, I run the dd/dcfldd command 3 times with a sync call in between each...
Forum: Filesystems, Disks and Memory 05-13-2009
4,955
Posted By jake24
I used to think that whatever blocks the block...
I used to think that whatever blocks the block layer sends down to the device driver to write actually does get written, even if the 2 writes are for the same LBA. (By calling a sync between 2 writes...
3,580
Posted By jake24
Enabling sh shell in BusyBox
Hi,

Does anybody know how to enable the shell sh while creating Ramdisk fs using BusyBox? while creating a configuration using the GUI, I see options only for the ash shell. Is there some option...
Forum: Filesystems, Disks and Memory 05-11-2009
4,955
Posted By jake24
Does vmstat -d give a count of actual physical writes/reads done to/from hard disk?
Hi,

I am trying to find the reliability of 'vmstat -d' for showing the actual physical writes on sectors on hard disk.

Can anyone please tell me if the numbers in the "sectors" field under...
Showing results 1 to 12 of 12

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