Re: [vpp-dev] hoststack-udp problems

2022-05-25 Thread Florin Coras
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

Re: [vpp-dev] hoststack-udp problems

2022-05-25 Thread NUAA无痕
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

Re: [vpp-dev] hoststack-udp problems

2022-05-21 Thread Florin Coras
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

[vpp-dev] hoststack-udp problems

2022-05-20 Thread NUAA无痕
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