Juan Lang <[EMAIL PROTECTED]> writes:
> So, I think I have a submittable patch here, except
> that the current file stuff won't be able to poll if
> the connection is using Netbios(). I know I'm
> extending the current hack, perhaps in a direction you
> don't want it to go.
Polling is not really
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> Frankly, I think the current SMB file support
> belongs in the kernel,
> and from Wine they should be accessed as normal
> files. The current
> approach is going to prevent a lot of interesting
> optimizations, since
> we need to special case all
Juan Lang <[EMAIL PROTECTED]> writes:
> Hi folks, I'm trying to modify Wine's SMB code to use
> Netbios(), rather than implementing NetBIOS-over-TCPIP
> itself. I'm having trouble figuring out how to handle
> the fd_ops in the wineserver. I was hoping for input.
Frankly, I think the current SMB
Hi folks, I'm trying to modify Wine's SMB code to use
Netbios(), rather than implementing NetBIOS-over-TCPIP
itself. I'm having trouble figuring out how to handle
the fd_ops in the wineserver. I was hoping for input.
Currently, the SMB code creates a socket directly, and
this socket is polled by