> A server can return responses in any order since each request > has a client defined unique tag associated with it. Don't see > why the same connection can't be used both sides to act as a > server for the other.... Though this assumption may be > implicit in code.
mnt driver only only keeps one outstanding per client, so this point is moot without changes to the mnt driver. - erik
