source:
ResearchApps/Measurement/warpnet_framework/warpnet_server_params.py
Last change on this file was 1519, checked in by sgupta, 14 years ago | |
---|---|
File size: 284 bytes |
Line | |
---|---|
1 | # WARPnet Client<->Server Architecture |
2 | # WARPnet Parameter Definitions |
3 | # |
4 | # Author: Siddharth Gupta |
5 | |
6 | #ETH_INTERFACE = 'en0' |
7 | #LOCAL_MAC_ADDRESS = [0x00,0x50,0xc2,0x63,0x3f,0xee] |
8 | |
9 | # Ethernet Types (with or without header) |
10 | ETH_HEADER = 0x9090 |
11 | ETH_NO_HEADER = 0x9292 |
12 | |
13 | ETH_RECEIVE = 0x9191 |
Note: See TracBrowser
for help on using the repository browser.