libnl-tiny: use fixed message size instead of using the page size
Simplifies the code and reduces size Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		| @@ -166,12 +166,7 @@ | |||||||
| #include <netlink/msg.h> | #include <netlink/msg.h> | ||||||
| #include <linux/socket.h> | #include <linux/socket.h> | ||||||
|  |  | ||||||
| static size_t default_msg_size; | static size_t default_msg_size = 4096; | ||||||
|  |  | ||||||
| static void __init init_msg_size(void) |  | ||||||
| { |  | ||||||
| 	default_msg_size = getpagesize(); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * @name Attribute Access |  * @name Attribute Access | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau