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

TCP/IP协议,数据包(不包含协议头),我记得和大端小端无关吧? #2

Closed
yun738243875 opened this issue Sep 13, 2018 · 2 comments

Comments

@yun738243875
Copy link

TCP/IP协议,数据包(不包含协议头),我记得和大端小端无关吧?
请教一下作者,设计这个大端小端的意义是什么呢?

@beetlex-io
Copy link
Owner

大端小端是针对不同平台存储基础类型的方式,c#是小端,java是大端

@sgf
Copy link

sgf commented Sep 13, 2018

大端小端 主要是 针对 数据类型的内存结构的字节顺序。

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

3 participants