hai,
using winsock control (UDP protocal) i am receiving data and processing. everything is ok when the datagram/packet size is small. but if the datagram/packet size is more like 10kb i am getting an error saying "the datagram is too big to fit into buffer...." how to solve this error. i cannot change the code on other side to reduce the datagram/packet size. if i have to increase the winsock control buffer size how to do that ? because the same data i am able to recive by a patch program written in VC. is it possible to use winsock api insted of winsock control? , if so how to call the api and what are the all api

thanking you