I have seen (by actually reading a tun device) that the tun driver on linux can return multiple IP packets in a single read. Is the reverse true - can you write multiple IP packets in a single write to the tun device?
Asked
Active
Viewed 931 times
1 Answers
4
Actually multiple packets were returned by the driver because it had been enhanced locally. The tun driver that comes with linux only returns one packet per read. The driver also expects only one packet per write.

Thiagarajan Hariharan
- 426
- 1
- 4
- 15