buffer

  1. R

    Does the UDP socket in FreeBSD actually have a send buffer like Linux?

    I noticed that FreeBSD does not have kernel parameters for adjusting the send buffer size like Linux does. The parameter kern.ipc.maxsockbuf does not seem to affect UDP sending behavior in this. While reading the source code, I found that the UDP socket seems to only use the buffer size to...
  2. blind0ne

    C Buffer in C

    Hi, Trying to learn how to code with C, working on some quizes right now on one website. Please, help me to implement buffer. Here is the piece of example: struct document get_document(char* text) { char end = '\0'; int i = 0; int stop = 0; char *buffer = malloc(99)...
  3. NapoleonWils0n

    Solved Increase buffer with maxsockbuf for udp streaming

    HiI need to increase my buffer size for UDP video streaming My current buffer size is kern.ipc.maxsockbuf: 2097152 When I use ffmpeg to capture my desktop and send the stream over udp to another computer to record, the maximum bit rate and buffer size I can use is 500k with this command...
  4. aragats

    bhyve framebuffer: atkbd data buffer full

    I believe this is an old issue, but I experience it in my both bhyve Windows 7 setups on completely different hardware. When accessing bhyve framebuffer via vncviewer (doesn't matter which one) I cannot type, bhyve spits out atkbd data buffer full message with each keystroke. There exists a...
  5. aragats

    bhyve framebuffer and vncviewer

    The issues described below probably have discussed, however I couldn't find actual solutions or good workarounds. Are there anything new on them? When bhyve runs Windows 7 as a guest with framebuffer enabled: 1. X mouse cursor does not coincides with Windows cursor. Abruptly moving it beyond...
Back
Top