NINJA-PingU icon indicating copy to clipboard operation
NINJA-PingU copied to clipboard

Results 4 NINJA-PingU issues
Sort by recently updated
recently updated
newest added

- Renamed variables and functions for clarity: - `mSocket` -> `socketDescriptor` - `createSock()` -> `createSocket()` - `start_receiver()` -> `startReceiver()` - `iphdrlen` -> `ipHeaderLength` - `mBuffer` -> `packetBuffer` - Extracted functions...

- The `start_connector` function has been divided into smaller functions with single responsibilities: - `initialize_connector`: Sets up the environment and initialises the epoll. - `handle_write_event`: Handles write events. - `handle_read_event`:...

Hello, my name is Lucas Bergholz and i am a grad student of Software Engineering at University of Brasilia. In one of my classes, i've been assigned to apply some...