Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.78k stars 152 forks source link

allow named pipes over the network #1454

Open totaam opened 7 years ago

totaam commented 7 years ago

Issue migrated from trac ticket # 1454

component: platforms | priority: major | keywords: win32

2017-03-01 14:43:08: antoine created the issue


Follow up from #1174. Some groundwork in r15193 + r15196.

Issues:

  • we have to use the network name when connecting, ie:
    xpra attach named-pipe:\\WIN7SERVER\pipe\Xpra\Main
  • we may need to call WNetUseConnection first
  • we are limited to 64KB per packet... so we'll need to chunk things
totaam commented 5 years ago

2019-06-17 17:11:26: antoine changed status from new to assigned