Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

exploit the recv() func.

did someone know how can i exploit the function "recv()" in C ?
im trying to send more than the buffer size can get..but the recv() function write only the first data into the buffer...
or maybe someone know whats happened to the last DATA that was not write to the buffer..( i mean,where the func or OS write the last data)..
thanks !
[347 byte] By [mystic-d] at [2007-11-11 10:22:23]
# 1 Re: exploit the recv() func.
I think it stay at the network port queue buffer (hardware buffer) .. try to make recv() again you will find the rest of the data .
p.s. I'm not sure where is this buffer exactly -maybe in the network adapter itself or in a cashe .
Amahdy at 2007-11-12 0:14:12 >