mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 22:55:02 +08:00
net/rpmsg: use hash to handle rp_name
expand the user's rpname size hash when exceed RPMSG_SOCKET_NAME_LEN due to the limitation of eptname Signed-off-by: yintao <yintao@xiaomi.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#define RPMSG_SOCKET_CPU_SIZE 16
|
||||
#define RPMSG_SOCKET_NAME_SIZE 16
|
||||
#define RPMSG_SOCKET_NAME_SIZE 108
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
|
||||
Reference in New Issue
Block a user