is there any way to get not only body of incoming message. but also ether/IP
headers of it? Now i'm using gen_tcp
and receive messages by active controlling process.
for now socket is opened via 'of_driver' in such way:
gen_tcp:connect(IpAddr, Port, [binary, {packet, raw}, {active, false}],CONNECT_TIMEOUT)