[Bug 17316] ncalrpc is using named pipes not lrpc

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 8 17:15:15 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17316





--- Comment #1 from Rob Shearman <robertshearman at gmail.com>  2009-02-08 17:15:14 ---
It shouldn't matter what transport is used for LRPC, since it is internal to
the machine. In theory, it could use UNIX domain sockets instead, but it may be
necessary to be able to access the security information of the client (it is
currently stubbed) in server code, and so it seems best to keep the
implementation as using named pipes so that the work only has to be done once
rather than twice.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list