프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_marad |
메소드 | 설명 | |
---|---|---|
ManagedIpopNode ( |
The constructor takes two config files
|
메소드 | 설명 | |
---|---|---|
GetDhcpConfig ( ) : void | ||
GetDhcpServer ( ) : DhcpServer | ||
HandleDns ( |
This method handles incoming Dns Packets
|
|
HandleDnsCallback ( object state ) : void |
Dns request is handled by threadpool to avoid blocking main ipop processing thread
|
|
HandleMulticast ( |
This method handles multicast packets (not yet implemented)
|
protected HandleDns ( |
||
ipp | A Dns IPPacket to be processed | |
리턴 | bool |
protected HandleDnsCallback ( object state ) : void | ||
state | object | State object is DNS request packet |
리턴 | void |
protected HandleMulticast ( |
||
ipp | A multicast packet to be processed | |
리턴 | bool |
public ManagedIpopNode ( |
||
node_config | ||
ipop_config | IpopConfig | |
리턴 | Brunet |