Re: Problem with TCP Option 0x00000008

2007-09-18 Thread Dmitry Timoshkov
"Juan Lang" <[EMAIL PROTECTED]> wrote: >> As I wrote in my other email, I obviously need to update the PSDK I have >> installed in Wine to get the header file. I'll look into that a bit later. I >> assume that TCP_ATMARK could be similar to SO_OOBINLINE, but that's a wild >> guess. I will need to

Re: Problem with TCP Option 0x00000008

2007-09-18 Thread Juan Lang
> I don't think so. SIOCATMARK is an WSAIoctl/ioctlsocket option in the winsock > api, too. We don't seem to handle that in WSAIoctl, it seems, patch coming > up. Fair enough, I didn't investigate it further than with grep. > As I wrote in my other email, I obviously need to update the PSDK I hav

Re: Problem with TCP Option 0x00000008

2007-09-18 Thread Kai Blin
On Monday 17 September 2007 22:44:05 Juan Lang wrote: > > The TCP Option 0x0008 is defined as TCP_ATMARK in ws2_ipdef.h in > > the Windows SDK. Does anyone know how this should be mapped ? > > Is this SIOCATMARK? I don't think so. SIOCATMARK is an WSAIoctl/ioctlsocket option in the winsock ap

Re: Problem with TCP Option 0x00000008

2007-09-17 Thread Kai Blin
On Friday 14 September 2007 12:09:25 Christian Mahnke wrote: > The TCP Option 0x0008 is defined as TCP_ATMARK in ws2_ipdef.h in > the Windows SDK. Does anyone know how this should be mapped ? What version of the SDK is that? It's not in the one I currently have installed. Arguably, my versio

Re: Problem with TCP Option 0x00000008

2007-09-17 Thread Juan Lang
> The TCP Option 0x0008 is defined as TCP_ATMARK in ws2_ipdef.h in > the Windows SDK. Does anyone know how this should be mapped ? Is this SIOCATMARK? --Juan

Re: Problem with TCP Option 0x00000008

2007-09-17 Thread Kai Blin
On Friday 14 September 2007 12:09:25 Christian Mahnke wrote: > The TCP Option 0x0008 is defined as TCP_ATMARK in ws2_ipdef.h in > the Windows SDK. Does anyone know how this should be mapped ? Hm, I'll need to dig a bit, I guess. I've just returned from my vacation, so I'll need some time to

Problem with TCP Option 0x00000008

2007-09-14 Thread Christian Mahnke
Hello, i have a problem with a program that uses a network license manager. I've installed native DCOM using the winetricks script. When i start the program i got the message "fixme:winsock:WS_setsockopt Unknown IPPROTO_TCP optname 0x0008" after the loading of native rpcltccm.dll. To work a

Problem with TCP Option 0x00000008

2007-09-14 Thread Christian Mahnke
Hello, i have a problem with a program that uses a network license manager. I've installed native DCOM using the winetricks script. When i start the program i got the message "fixme:winsock:WS_setsockopt Unknown IPPROTO_TCP optname 0x0008" after the loading of native rpcltccm.dll. To work arou