Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address should be 128bit #28

Open
enginespot opened this issue Dec 21, 2012 · 0 comments
Open

address should be 128bit #28

enginespot opened this issue Dec 21, 2012 · 0 comments

Comments

@enginespot
Copy link

, handshake: '
-b32 => version
, -b32 => socketType
, b32 => sequence
, -b32 => maxPacketSize
, -b32 => windowSize
, -b32 => connectionType
, b32 => socketId
, b32 => synCookie
, b32 => address
, x96{0}
'

from udt4 specification , ip address should be 128 bit

so for handshake it should be

, handshake: '
-b32 => version
, -b32 => socketType
, b32 => sequence
, -b32 => maxPacketSize
, -b32 => windowSize
, -b32 => connectionType
, b32 => socketId
, b32 => synCookie
, b128 => address
'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant