vpnengine/ikev1lib/src/ikev1pluginsession.cpp
branchRCL_3
changeset 23 473321461bba
parent 22 9f4e37332ce5
child 24 e06095241a65
equal deleted inserted replaced
22:9f4e37332ce5 23:473321461bba
  1534         // Store buffer into send queue for later sending.
  1534         // Store buffer into send queue for later sending.
  1535         TIkeSendQueueItem item = TIkeSendQueueItem( aUdpData,
  1535         TIkeSendQueueItem item = TIkeSendQueueItem( aUdpData,
  1536                                                     aDestAddr,
  1536                                                     aDestAddr,
  1537                                                     aLocalPort,
  1537                                                     aLocalPort,
  1538                                                     aDscp );
  1538                                                     aDscp );
  1539         iSendQueue.AppendL( item );  
  1539         iSendQueue.Append( item );                
  1540         }        
  1540         }        
  1541     }
  1541     }
  1542 
  1542 
  1543 // ---------------------------------------------------------------------------
  1543 // ---------------------------------------------------------------------------
  1544 // Sends UDP data. 
  1544 // Sends UDP data.