Question

I know that the X window system protocol was based over a network, and this is how clients communicate with the X server. Now Wayland seeks to remove this network reliance.

My question is, how are Wayland clients supposed to communicate with the compositor? What is the medium for the protocol messages?

Was it helpful?

Solution

http://wayland.freedesktop.org/docs/html/sect-Protocol-Wire-Format.html

The protocol is sent over a UNIX domain stream socket

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top