Uses of Interface
com.slytechs.jnet.jnetpcap.IpfConfiguration
Packages that use IpfConfiguration
-
Uses of IpfConfiguration in com.slytechs.jnet.jnetpcap
Methods in com.slytechs.jnet.jnetpcap that return IpfConfigurationModifier and TypeMethodDescriptionIpfConfiguration.enable(boolean enable) Enable ipf.IpfConfiguration.enableAttachComplete(boolean enable) Sets the ipf attach complete.IpfConfiguration.enableAttachIncomplete(boolean enable) Sets the ipf attach incomplete.IpfConfiguration.enableFragments(boolean enable) Sets the ipf pass fragments.IpfConfiguration.enablePassthrough(boolean enable) Enable passthrough.IpfConfiguration.enableReassembly(boolean enable) Enable ipf reassembly.IpfConfiguration.enableSendComplete(boolean enable) Sets the ipf pass complete.IpfConfiguration.enableSendIncomplete(boolean enable) Sets the ipf pass incomplete.IpfConfiguration.enableTracking(boolean enable) Enable ipf tracking.IpfConfiguration.setBufferSize(long size, com.slytechs.jnet.jnetruntime.util.MemoryUnit unit) Sets the ipf buffer size.IpfConfiguration.setMaxDgramSize(long size, com.slytechs.jnet.jnetruntime.util.MemoryUnit unit) Sets the ip max dgram size.IpfConfiguration.setMaxFragmentCount(int ipfMaxFragTrackCount, com.slytechs.jnet.jnetruntime.util.CountUnit unit) Sets the ipf max frag track count.IpfConfiguration.setTableSize(long size, com.slytechs.jnet.jnetruntime.util.CountUnit unit) Sets the ipf table size.IpfConfiguration.setTimeout(long timeout, TimeUnit unit) Sets the ipf timeout.IpfConfiguration.setTimeoutOnLast(boolean lastOrTimeout) Sets the ipf incomplete on last.IpfConfiguration.setTimeoutQueueSize(int size) Sets the timeout queue size.IpfConfiguration.usePacketTimesource()Use ipf packet timesource.IpfConfiguration.useSystemTimesource()Use ipf system timesource.