miaoisacat

Results 3 comments of miaoisacat

I wrote a UDP receiver program that runs in the system kernel and uses the VCL library to receive data from the VPP network port. Used the recvfrom( ) function....

I have verified that fd is in blocking mode

src/vppinfra/vec.c _vec_realloc_internal (void *v, uword n_elts, const vec_attr_t *const attr) I printed the variable values in the function: They keep increasing until the program core dumped.