|
@@ -906,6 +906,7 @@ static struct svc_xprt_ops svc_udp_ops = {
|
|
|
static struct svc_xprt_class svc_udp_class = {
|
|
|
.xcl_name = "udp",
|
|
|
.xcl_ops = &svc_udp_ops,
|
|
|
+ .xcl_max_payload = RPCSVC_MAXPAYLOAD_UDP,
|
|
|
};
|
|
|
|
|
|
static void
|
|
@@ -1359,6 +1360,7 @@ static struct svc_xprt_ops svc_tcp_ops = {
|
|
|
static struct svc_xprt_class svc_tcp_class = {
|
|
|
.xcl_name = "tcp",
|
|
|
.xcl_ops = &svc_tcp_ops,
|
|
|
+ .xcl_max_payload = RPCSVC_MAXPAYLOAD_TCP,
|
|
|
};
|
|
|
|
|
|
void svc_init_xprt_sock(void)
|