Commit 14169c2a authored by Brickner_cp's avatar Brickner_cp

Fix SetKernelBufferSize() documentation.

parent ffccec5d
...@@ -125,7 +125,7 @@ namespace PcapDotNet { namespace Core ...@@ -125,7 +125,7 @@ namespace PcapDotNet { namespace Core
/// <summary> /// <summary>
/// Set the size of the kernel buffer associated with an adapter. /// Set the size of the kernel buffer associated with an adapter.
/// If an old buffer was already created with a previous call to pcap_setbuff(), it is deleted and its content is discarded. /// If an old buffer was already created with a previous call to SetKernelBufferSize(), it is deleted and its content is discarded.
/// LivePacketDevice.Open() creates a 1 MByte buffer by default. /// LivePacketDevice.Open() creates a 1 MByte buffer by default.
/// <!--seealso cref="LivePacketDevice::Open"/--> /// <!--seealso cref="LivePacketDevice::Open"/-->
/// </summary> /// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment