From 61f537366301f076d75c0c45dea28106dc83a584 Mon Sep 17 00:00:00 2001 From: dowright <dowright@nationofnobodies.com> Date: Wed, 25 Aug 2021 00:51:07 -0700 Subject: [PATCH] work on new packet --- new_packet.pxd | 1 - 1 file changed, 1 deletion(-) diff --git a/new_packet.pxd b/new_packet.pxd index 9ebd72c..5460a15 100644 --- a/new_packet.pxd +++ b/new_packet.pxd @@ -208,7 +208,6 @@ cdef class CPacket: cdef u_int8_t get_inint(self, bint name=?) cdef u_int8_t get_outint(self, bint name=?) cpdef update_mark(self, u_int32_t mark) - cpdef set_payload(self, bytes payload) cpdef accept(self) cpdef drop(self) cpdef forward(self, u_int16_t queue_num)