diff --git a/net/dxpc/pkg/COMMENT b/net/dxpc/pkg/COMMENT index ad619e948d6..e9bb4039275 100644 --- a/net/dxpc/pkg/COMMENT +++ b/net/dxpc/pkg/COMMENT @@ -1,10 +1 @@ -dxpc makes using X over low bandwidth link possible. - -The basic X protocol transfers lots of redundant information. -Client-side, dxpc acts as a proxy X server that handles X requests -over the :8 display, and caches states information that does not -need to be send. It sends the remaining information to the server-side dxpc, -which reconstitutes the full X-protocol for the X server. - -ssh can achieve some similar results, with less performance, but also less -concerns about security. +X windows over a low bandwidth link diff --git a/net/dxpc/pkg/DESCR b/net/dxpc/pkg/DESCR index e9bb4039275..ad619e948d6 100644 --- a/net/dxpc/pkg/DESCR +++ b/net/dxpc/pkg/DESCR @@ -1 +1,10 @@ -X windows over a low bandwidth link +dxpc makes using X over low bandwidth link possible. + +The basic X protocol transfers lots of redundant information. +Client-side, dxpc acts as a proxy X server that handles X requests +over the :8 display, and caches states information that does not +need to be send. It sends the remaining information to the server-side dxpc, +which reconstitutes the full X-protocol for the X server. + +ssh can achieve some similar results, with less performance, but also less +concerns about security.