Hi,
Inline.
> On May 25, 2022, at 2:15 AM, NUAA无痕 wrote:
>
> hi, Florin Coras
> I may not have described clearly
>
> im use vpp version 2101
Could you also try with latest vpp? We’re about to release 22.06
>
> 1.sendto function problem
> i use LDP for c socket program with udp
> then i fin
hi, Florin Coras
I may not have described clearly
im use vpp version 2101
1.sendto function problem
i use LDP for c socket program with udp
then i find if only use sendto function is error , this is client code
int main ()
{
int sockfd = socket (AF_INET, SOCK_DGRAM, IPPROTO_UDP);
struct
Hi,
> On May 20, 2022, at 2:31 AM, NUAA无痕 wrote:
>
> hi,vpp expert
> now im use vpp hoststack for udp, i meet some problems
>
> 1.udp socket must use connect function, if user sendto will cause ip address
> not connect error
What version of vpp are you using? Although we prefer connected u
hi,vpp expert
now im use vpp hoststack for udp, i meet some problems
1.udp socket must use connect function, if user sendto will cause ip
address not connect error
2.if i use udp socket send packet biger than 1500, udp will split many
packet, is some method let it dont split
3.startup.conf set u