rapid7 / rex-core

Created by David Maloney via the GitHub Connector
Other
4 stars 23 forks source link

Support UDP payloads and handlers #1

Closed sempervictus closed 7 years ago

sempervictus commented 7 years ago

Introduce RingBufferUdp, a monitored RingBuffer

This breakout of the original UDP handlers and paylaods PR (6035) contains the rex/io component, subclassing the RingBuffer to allow monitoring of the instance much as we do with socket abstractions and other polling mechanisms.

bcook-r7 commented 7 years ago

Looks fine, thanks