-
Notifications
You must be signed in to change notification settings - Fork 35
Version unpacking problems #344
Comments
It happens because unpack_message creates the header before unpacking the data to it, and the version is defined in creation. |
Proposal: Create a "general" May be the specific unpack methods should raise some exception, but I think that this (validation/exception) may be related to the issue #96 anyway. |
I agree. But I also think 'version handling' could be implemented in some other way. |
this will be solved if issue #407 is solved. |
Reuse unpack_message method from v0x01.common.utils and v0x04.common.utils Fix kytos#344
Reuse unpack_message method from v0x01.common.utils and v0x04.common.utils Fix kytos#344
Reuse the methods unpack_message from pyof.[version].common.utils Create a constant called MESSAGE_TYPES Fix kytos#344
Reuse the methods unpack_message from pyof.[version].common.utils Create a constant called MESSAGE_TYPES Fix kytos#344
Reuse the methods unpack_message from pyof.[version].common.utils Create a constant called MESSAGE_TYPES Fix kytos#344
Wrong unpack version.
Should lead to exception.
::
The text was updated successfully, but these errors were encountered: