|
|||||||||||
|
Technical Support On-Line Manuals RL-ARM User's Guide |
RL-ARM User's GuideMultiple UDP ConnectionsIt is often required for the server applications to be able to accept several UDP connections from clients on the same port. Such application is for example a TFTP server. The multiplex handling must be implemented in the session layer of the user application. Because UDP socket is a connectionless service, it is able to accept several concurrent connections from different remote hosts. The packet multiplexing must be done in user application. The framework of the user application shall contain the following basic functions:
Note
| ||||||||||
|
|||||||||||