Hi , it doesn't work also with me ...
JMFR
JMFR
Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Chris on October 29, 2005, 23:32:42
Hi, welcome to the 10Mb effort ...
An interesting possible solution there. I have tried it but even at 2k it still fails. I am down to a 1k send buffer size on the server side. But it's an interesting method, I didn't know about this technique. Maybe what is really required is the mirror of this in the client - to advertise a 2k (or 1k) receiving buffer as that is where the problem really is. Still, to test this with vomp add the following two lines at line 38 of tcp.c:
int writeBufferSize = 1000;
setsockopt(sock, SOL_SOCKET, SO_SNDBUF, &writeBufferSize, sizeof(int));
Do the usual make plugins, restart VDR and let me know what happens...