![]() |
AddToBuffer() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Protected Function |
Declared in: SpoofSocket.h |
void AddToBuffer( const char* pBuffer, int iBufLength);
Add data to the buffer
if (m_iBufferLength<IPOption_SIZE) { //Add our option to the buffer memcpy(m_pBuffer+m_iBufferLength, pBuffer, iBufLength); //Adjust the size m_iBufferLength+=iBufLength; }
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |