开发者

Skipping data in winsock?

Is it possible to skip a portion of the incoming data on a TCP stream socket, instead of having to read it into a buffer? P开发者_StackOverflow中文版referably, I'm looking for something that also works asynchronously.


Yes, just read it and discard it.


Not possible. Read it into another buffer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜