buffersize

About this tag
The buffersize tag on WindowsForum.com covers discussions about buffer sizes in various computing contexts, including programming, system configuration, and hardware specifications. In programming, users explore why offsets like +1 or -1 are applied to buffers or casts, particularly in Windows driver development with structures like PFIRMWARE_REQUEST_BLOCK. System-level topics include modifying default socket buffer sizes (SO_SNDBUF, SO_RCVBUF) for all sockets via configuration changes. Hardware discussions reference buffer size as a specification for hard drives, such as 8 MB or 16 MB buffers in Western Digital drives. The tag brings together software and hardware perspectives on buffer size management.
  1. E

    Windows 10 Why is there a +1 or -1 on a buffer or cast?

    I cannot figure out why +1 or -1 is added to a cast or a buffer such as, firmwareRequest = (PFIRMWARE_REQUEST_BLOCK)(srbControl + 1); as listed on the MSDN page: https://docs.microsoft.com/en-us/windows-hardware/drivers/storage/upgrading-firmware-for-an-nvme-device I searched google and could...
  2. S

    Windows 7 Modify the default value of socket buffer sizes

    In the socket programming, SO_SNDBUF and SO_RCVBUF will have the default value as the 8192 bytes when the size of RAM is greater than 19MB. Now, I want to change the socket buffer sizes for my sockets SO_SNDBUF, SO_RCVBUF. I know that one way is by setsockopt. But, I want to apply changes to...
  3. S

    Windows 7 New to the forum and going to be installing 7, have some questions

    Hello everyone and thanks for reading. I have looked through the discussions and thus far not seen anything related to what I am about to ask but if this has come up before I apologize. I'm looking to do a new clean install of Windows 7 on my work PC which doubles as a mild gaming machine...
  4. S

    Windows 7 Western Digital Scorpio - IS THIS GOOD?

    Rotational Speed: 7,200 RPM (nominal)Buffer Size:16 MBAverage Latency:5.50 ms (nominal)Read Seek Time:12.0 msTrack-To-Track Seek Time:2.0 ms (average)Buffer To Host (Serial ATA):3 Gb/s (Max)Formatted Capacity:320,072 MBCapacity:320 GBInterface:SATA 3 Gb/s Model #WD3200BEKT
Back
Top