mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.98k stars 435 forks source link

Few general questions about the network stack #275

Closed freak82 closed 4 years ago

freak82 commented 4 years ago

Hi there,

I'd like to ask the following questions:

  1. Are there any known missing features from your TCP/IP stack?
  2. Has the stack been tested against something like https://github.com/google/packetdrill.

Thanks, Pavel.

ajamshed commented 4 years ago

Hi @freak82 ,

  1. Please see this link to check what features are supported/unsupported in mTCP.

  2. Thanks for providing the link. We have not yet tested this stack against packetdrill. But I can try to evaluate the stack against this kit once I get free time.

freak82 commented 4 years ago

Thanks for the quick responses.