Namespace inet
RipCommand
enumRIP commands
Source code
// // RIP commands // enum RipCommand { RIP_REQUEST = 1; RIP_RESPONSE = 2; }File: src/inet/routing/rip/RipPacket.msg
Namespace inet
RIP commands
// // RIP commands // enum RipCommand { RIP_REQUEST = 1; RIP_RESPONSE = 2; }File: src/inet/routing/rip/RipPacket.msg