TestOpen test cases #57
Replies: 1 comment 4 replies
-
|
KENSv3/src/Networking/TCP/E_TCPApplication.cpp Lines 14 to 21 in 0226d32 KENS ignores the KENSv3/src/Networking/E_Host.cpp Line 117 in 0226d32 KENS only uses
No, you don't need to do so. You can assume all |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
This is for case SOCKET. In the skeleton code, I noticed there is this line
SystemCallInterface(AF_INET, IPPROTO_TCP, host). PA2 also mentioned that "In KENS, you need to implement only domain AF_INET, type SOCK_STREAM, and protocol IPPROTO_TCP." Hence I want to check if we are required to pass in the domain, type and protocol to implement case SOCKET as I don't seem to seetypeinSystemCallInterface? Or iscreateFileDescriptor(pid)sufficient as I cannot seem to pass all the test cases. Thank you!Beta Was this translation helpful? Give feedback.
All reactions