What exactly are you referring to?
Network programming? Sockets? TCP stack? Individual packets?
For example: At the Application Layer
We can write a chat client/server application where each message can contain a certain prefix. The prefix acts as a command for the client/server to interpret. Based on this command, the server may know to relay a message to a specific client or to all clients.
No comments:
Post a Comment